Skip to content

Commit

Permalink
cleanup directions sample
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickarlt committed Feb 25, 2014
1 parent 7792aca commit 64b7886
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions examples/directions.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,13 @@
<!-- Load Esri Leaflet -->
<script src="lib/esri-leaflet/esri-leaflet.js"></script>

<!-- Load Esri Leaflet Geocoder -->
<script src="lib/esri-leaflet-geocoder/esri-leaflet-geocoder.js"></script>

<!-- Load geoservices.js to handle additional API requests to ArcGIS services -->
<script src="lib/geoservices/geoservices.js"></script>

<!-- Terraformer-->
<script src="http://cdn-geoweb.s3.amazonaws.com/terraformer/1.0.3/terraformer.min.js"></script>
<script src="http://cdn-geoweb.s3.amazonaws.com/terraformer-arcgis-parser/1.0.3/terraformer-arcgis-parser.min.js"></script>

<!-- Make the map fill the entire page -->
<style>
html, body, #map {
Expand Down

1 comment on commit 64b7886

@ungoldman
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@patrickarlt I think the demo might be broken because you removed the geocoder, which gets called here: https://github.com/Esri/esri-leaflet/blob/master/examples/directions.html#L126

Please sign in to comment.