Skip to content

Commit

Permalink
add crude Leaflet WMS example
Browse files Browse the repository at this point in the history
  • Loading branch information
ndkv committed Dec 7, 2015
1 parent 6d14093 commit e7b1a27
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion docs/publiceren.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,18 @@ Leaflet
WMS
===

TODO
.. code-block:: javascript
var map = L.map('map').setView([52, 5.3], 7);
var leefbaro = L.tileLayer.wms("https://services.geodan.nl/public/data/ows/MBIZ4280LEEF/org/wms/MBIZ4280LEEF/wms", {
layers: 'schaalafhankelijke_leefbaarheidskaart',
format:'image/png',
transparent: true
});
leefbaro.addTo(map);
WFS
===
Expand Down

0 comments on commit e7b1a27

Please sign in to comment.