Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 2.72 KB

README.md

File metadata and controls

25 lines (15 loc) · 2.72 KB

GeoJSON Viewer

View GeoJSON based on a URL param

Usage

Pass a GeoJSON url to the parameter in the form https://gavinr.github.io/geojson-viewer/?url=________

Examples:

Advanced Usage

Some additional URL parameters you can use:

  • color=<color> - set the layer color. Example
  • swipeLayer=<url> - second layer to show as a swipe. Example
  • swipeLayerColor=<color> - set the swipe layer color. Example

Technologies