diff --git a/README.md b/README.md index 36ad8a1..5215d7a 100755 --- a/README.md +++ b/README.md @@ -574,6 +574,11 @@ The map will continuously move along with the last known location. https://docs.mapbox.com/mapbox-gl-js/api/#map#addsource +Supported source types: + - Vector + - GeoJson + - Raster + Adds a vector to GeoJSON source to the map. ```js @@ -614,6 +619,7 @@ Supported layer types: - Circle - Fill - Symbol + - Raster To add a line: diff --git a/demo/app/main-page.xml b/demo/app/main-page.xml index a0aea12..88dac0e 100644 --- a/demo/app/main-page.xml +++ b/demo/app/main-page.xml @@ -152,6 +152,8 @@