+This example React application uses [react-leaflet](https://www.npmjs.com/package/react-leaflet) and [shpjs](https://www.npmjs.com/package/shpjs?activeTab=readme) npm packages to display a full-screen interactive map (like google maps, without geolocation, but for free) with a simple button to upload geospatial data files in zipped [shapefile (.shp) spatial data format](https://en.wikipedia.org/wiki/Shapefile). The geospatial data are then displayed in an Overlay. At the moment, only a single Overlay is supported (cannot render multiple shapefiles). As a bonus, it shows a marker on the centre of the map, and displays the latitude/longitude of that marker. :P
0 commit comments