ckan / ckanext-geoview

CKAN Geospatial ResourceView
MIT License
43 stars 58 forks source link

Add Leaflet Shapefile Viewer #54

Closed u10313335 closed 4 years ago

u10313335 commented 6 years ago

Try to add Shapefile Viewer for small (dozens of MBs) compressed shapefiles to ckanext-geoview by using the built-in Leaflet common base layer. Tested with a small shapefile https://data.depositar.io/dataset/tn-town/resource/d68d7844-7513-4f14-8394-24b5a80b7cd2 under CKAN 2.6.3.

Thanks to my colleague @gipong who built the shp2geojson.js js library.

CarlQLange commented 6 years ago

This is great, nice job.