-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #25 from gavinr/update-deps
Misc changes from esri-leaflet
- Loading branch information
Showing
11 changed files
with
15,159 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,5 +31,4 @@ debug/*.html | |
site/build | ||
|
||
# Built Files | ||
dist/**/*.js | ||
dist/**/*.map | ||
dist |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,8 +28,8 @@ Here is a quick example to get you started. | |
<script src="https://unpkg.com/[email protected]"></script> | ||
|
||
<!-- Esri Leaflet and Esri Leaflet Heatmap --> | ||
<script src="https://unpkg.com/esri-leaflet@2.0.2"></script> | ||
<script src="https://unpkg.com/esri-leaflet-heatmap@2.0.0"></script> | ||
<script src="https://unpkg.com/esri-leaflet@3"></script> | ||
<script src="https://unpkg.com/esri-leaflet-heatmap@2"></script> | ||
|
||
<style> | ||
body {margin:0;padding:0;} | ||
|
@@ -41,12 +41,12 @@ Here is a quick example to get you started. | |
<div id="map"></div> | ||
|
||
<script> | ||
var map = L.map('map').setView([ 40.706, -73.926], 14); | ||
var map = L.map('map').setView([41.759, -88.157], 12); | ||
L.esri.basemapLayer('Gray').addTo(map); | ||
L.esri.Heat.featureLayer({ | ||
url: 'https://services.arcgis.com/rOo16HdIMeOBI4Mb/ArcGIS/rest/services/Graffiti_Reports/FeatureServer/0', | ||
radius: 12 | ||
url: 'https://sampleserver6.arcgisonline.com/arcgis/rest/services/CommunityAddressing/MapServer/0', | ||
radius: 10 | ||
}).addTo(map); | ||
</script> | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.