-
Notifications
You must be signed in to change notification settings - Fork 110
Mapbox resources
Neal Humphrey edited this page Apr 15, 2017
·
1 revision
-
Layers: https://www.mapbox.com/mapbox-gl-js/style-spec/#paint-circle-radius
-
Making custom styles (needed to add a custom sprite, which allows custom icons): https://www.mapbox.com/api-documentation/#styles and also this how to https://www.mapbox.com/help/custom-images/ and some background info on sprites https://github.com/mapbox/mapbox-gl-js/issues/822
-
Natively available mapbox icons: https://github.com/mapbox/mapbox-gl-styles/tree/master/sprites
- custom icons: http://geomicons.com/ or https://icomoon.io/app/#/select
-
Filter by input: https://www.mapbox.com/mapbox-gl-js/example/filter-markers-by-input/
-
Data driven styling: https://www.mapbox.com/mapbox-gl-js/example/data-driven-circle-colors/ and https://www.mapbox.com/blog/data-driven-styling/