Skip to content

Commit

Permalink
test code: minor change
Browse files Browse the repository at this point in the history
  • Loading branch information
ynunokawa committed Jun 7, 2016
1 parent 52b2ad4 commit 477b9d4
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions test/with-esri-leaflet-renderer.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,12 +79,7 @@
<div id="map"></div>

<script>
var webmapId = '22c504d229f14c789c5b49ebff38b941'; //my goal

//var webmapId = 'f2e9b762544945f390ca4ac3671cfa72'; //ArcGISFeatureLayer
//var webmapId = '0e189846df1146b9873266bc12b81a45'; //ArcGISImageServiceLayer
//var webmapId = 'de2482217dd643bca3e97df3e785c6e1'; //ArcGISMapServiceLayer
//var webmapId = 'ccee269e69c1404486172aa7ccc80f0a'; //ArcGISTiledMapServiceLayer
var webmapId = 'ba67472a7c9540508c556376d19e2e54';

var urlParams = location.search.substring(1).split('&');
for(var i=0; urlParams[i]; i++) {
Expand All @@ -94,13 +89,8 @@
}
}

//L.esri.basemapLayer("Gray").addTo(map);
//L.esri.basemapLayer("GrayLabels").addTo(map);

var webmap = L.esri.webMap(webmapId, { map: L.map("map") });

//L.marker([35, 139]).bindLabel('Look revealing label!').addTo(map);

webmap.on('metadataLoad', function() {
var MapTitleControl = L.Control.extend({
options: {
Expand Down

0 comments on commit 477b9d4

Please sign in to comment.