Cleanup some JS files and webpack info
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
---
|
||||
layout: tutorial_frame
|
||||
title: WMS example
|
||||
---
|
||||
<script type='text/javascript'>
|
||||
|
||||
var map = L.map('map', {
|
||||
center: [-17, -67],
|
||||
zoom: 3
|
||||
});
|
||||
|
||||
var wmsLayer = L.tileLayer.wms('http://demo.opengeo.org/geoserver/ows?', {
|
||||
layers: 'nasa:bluemarble'
|
||||
}).addTo(map);
|
||||
|
||||
</script>
|
||||
Reference in New Issue
Block a user