-
Notifications
You must be signed in to change notification settings - Fork 49
Open
Description
Is this just temporary? If not, I suggest replacing changing the example code so it uses a WFS source that is available to everyone.
I've inserted the documentation code example below:
var boundaries = new L.WFS({
url: 'http://demo.opengeo.org/geoserver/ows',
typeNS: 'topp',
typeName: 'tasmania_state_boundaries',
crs: L.CRS.EPSG4326,
style: {
color: 'blue',
weight: 2
}
}).addTo(map)
.on('load', function () {
map.fitBounds(boundaries);
});
Sincerely.
Metadata
Metadata
Assignees
Labels
No labels