********************** Leaflet GeoJson ********************** .. contents:: Table of Contents Access ================= A basic leafletjs application employing pg_featurserv is available at http://yourdomain.com/LeafletGeoJson.html .. image:: _static/leaflet-geojson-europe.png Like our Choropleth map, this map leverages GeoJson from pg_featurserv and Query Features, but does not employ the Choropleth plugin pg_featurserv URL ================= If you have issues with the pg_featurserv url, it can be edited at line 41 below .. code-block:: console $.getJSON("http://domain.com:9000/collections/public.countries/items.json?limit=100&continent=Europe&properties=name,gdp_md", function(data) { Content ========= The content of the html page is displayed below. .. code-block:: console
Documentation ============== https://leafletjs.com/ https://leafletjs.com/examples/geojson/