Skip to content

Commit

Permalink
* Remove duplicate imageoverlay example
Browse files Browse the repository at this point in the history
* Corrected merge of script_auckland.js
  • Loading branch information
Peter Thorin committed Jan 25, 2017
1 parent 492fdb0 commit 23c55de
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 49 deletions.
15 changes: 0 additions & 15 deletions examples/imageoverlay/index.html

This file was deleted.

19 changes: 0 additions & 19 deletions examples/imageoverlay/script.js

This file was deleted.

10 changes: 0 additions & 10 deletions examples/imageoverlay/style.css

This file was deleted.

5 changes: 0 additions & 5 deletions examples/local-projections/nz/script_auckland.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,8 @@ var map = new L.Map('map', {
crs: crs,
});

<<<<<<< HEAD
var tileUrl = 'http://maps.aucklandcouncil.govt.nz/ArcGIS/rest/services/Aerials/MapServer/tile/{z}/{y}/{x}',
attrib = 'Auckland City Council &copy;',
=======
var tileUrl = 'https://maps.aucklandcouncil.govt.nz/ArcGIS/rest/services/Aerials/MapServer/tile/{z}/{y}/{x}',
attrib = 'Auckland City Council &copy; 2012',
>>>>>>> 5aef9d20cb45e1387278b5c7fc3977278c6d39e7
tilelayer = new L.TileLayer(tileUrl, {
maxZoom: 12,
minZoom: 0,
Expand Down

0 comments on commit 23c55de

Please sign in to comment.