POIS, with wms and openlayers
Posted: Mon Jul 25, 2016 2:34 pm
Hello,
I will show pois with wms and openlayers, but I have a problem such as hospitals show.
Example all pois:
var wms = new OpenLayers.Layer.WMS("xmap",
"http://192.168.1.249:50010/WMS/WMS?xtok=mytoken",
{
layers: 'xmap-poi',
transparent: true,
format: 'image/gif'
}, {
opacity: 0.9,
singleTile: true
});
How would only show hospitals for example?
I will show pois with wms and openlayers, but I have a problem such as hospitals show.
Example all pois:
var wms = new OpenLayers.Layer.WMS("xmap",
"http://192.168.1.249:50010/WMS/WMS?xtok=mytoken",
{
layers: 'xmap-poi',
transparent: true,
format: 'image/gif'
}, {
opacity: 0.9,
singleTile: true
});
How would only show hospitals for example?