Skip to content

Commit

Permalink
esri-feature layer type
Browse files Browse the repository at this point in the history
  • Loading branch information
sheppard committed Dec 6, 2016
1 parent d5afe08 commit 557a668
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions js/wq/mapserv.js
Expand Up @@ -33,6 +33,10 @@ map.addOverlayType('esri-tiled', function(conf) {
return esri.tiledMapLayer(conf);
});

map.addOverlayType('esri-feature', function(conf) {
return esri.featureLayer(conf);
});

map.addBasemapType('wms-tiled', function(conf) {
return wms.tileLayer(conf.url, conf);
});
Expand Down

0 comments on commit 557a668

Please sign in to comment.