Fix jshint warning
This commit is contained in:
parent
be86e4824f
commit
256460a2d9
1 changed files with 1 additions and 2 deletions
|
@ -1,8 +1,7 @@
|
|||
//= require jquery.simulate
|
||||
|
||||
OSM.Query = function(map) {
|
||||
var protocol = document.location.protocol === "https:" ? "https:" : "http:",
|
||||
url = OSM.OVERPASS_URL,
|
||||
var url = OSM.OVERPASS_URL,
|
||||
queryButton = $(".control-query .control-button"),
|
||||
uninterestingTags = ['source', 'source_ref', 'source:ref', 'history', 'attribution', 'created_by', 'tiger:county', 'tiger:tlid', 'tiger:upload_uuid', 'KSJ2:curve_id', 'KSJ2:lat', 'KSJ2:lon', 'KSJ2:coordinate', 'KSJ2:filename', 'note:ja'],
|
||||
marker;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue