kartoza / geonode

GeoNode is an open source platform that facilitates the creation, sharing, and collaborative use of geospatial data.
http://geonode.org/
GNU General Public License v3.0
8 stars 17 forks source link

Download Leaflet page #151

Closed gubuntu closed 7 years ago

gubuntu commented 7 years ago

Download ready to use leaflet page which references a layer via tile service. The implementation here would make it trivial to add a map hosted by GeoNode in a different web site. JavaScript references will be done using CDN (Content Distribution Network) references so that there are no local hosting requirements and the html can be directly inserted into a content management system. Implemented for QGIS Backend only.

lucernae commented 7 years ago

From what I read, it seems you want to download some kind of leaflet html code with layers embedded?

Is this specification ok?

gubuntu commented 7 years ago

It must be a full static html page.

The div element is #153

The iframe download is #152

gubuntu commented 7 years ago

@boney-bun have you started on this? Should be a simple variation of the iframe and embed widget downloads

gubuntu commented 7 years ago

passed test

although it is incomplete (#365), let's get this delivered