mirror of
https://github.com/FoggedLens/iD.git
synced 2026-03-06 03:11:22 +00:00
Rebase to 1.8.5 and update api keys
This commit is contained in:
@@ -3,11 +3,10 @@
|
||||
<head>
|
||||
<meta charset='utf-8'>
|
||||
<title>iD</title>
|
||||
<link rel='stylesheet' href='css/traffico-release-0.1.5/stylesheets/traffico.css'>
|
||||
<link rel='stylesheet' href='css/reset.css'>
|
||||
<link rel='stylesheet' href='css/map.css'>
|
||||
<link rel='stylesheet' href='css/app.css'>
|
||||
<link rel='stylesheet' href='css/traffico/stylesheets/traffico.css'>
|
||||
<link rel='stylesheet' href='css/traffico-release-0.1.5/stylesheets/traffico.css'>
|
||||
|
||||
<!-- mobile devices -->
|
||||
<meta name='viewport' content='initial-scale=1.0 maximum-scale=1.0'>
|
||||
|
||||
@@ -3,7 +3,7 @@ iD.MapillaryImageLayer = function (context) {
|
||||
urlSearch = 'https://a.mapillary.com/v2/search/s/geojson',
|
||||
urlImage = 'https://www.mapillary.com/map/im/',
|
||||
urlThumb = 'https://d1cuyjsrcm0gby.cloudfront.net/',
|
||||
clientId = 'NzNRM2otQkR2SHJzaXJmNmdQWVQ0dzoxNjQ3MDY4ZTUxY2QzNGI2',
|
||||
clientId = 'NzNRM2otQkR2SHJzaXJmNmdQWVQ0dzo1ZWYyMmYwNjdmNDdlNmVi',
|
||||
enable = false,
|
||||
currentImage,
|
||||
svg, div, request;
|
||||
|
||||
@@ -3,7 +3,7 @@ iD.MapillarySignLayer = function(context) {
|
||||
urlSearch = 'https://a.mapillary.com/v2/search/im/geojson/or',
|
||||
urlImage = 'http://mapillary.com/map/im/',
|
||||
urlThumb = 'https://d1cuyjsrcm0gby.cloudfront.net/',
|
||||
clientId = 'NzNRM2otQkR2SHJzaXJmNmdQWVQ0dzoxNjQ3MDY4ZTUxY2QzNGI2',
|
||||
clientId = 'NzNRM2otQkR2SHJzaXJmNmdQWVQ0dzo1ZWYyMmYwNjdmNDdlNmVi',
|
||||
enable = false,
|
||||
initiated = false,
|
||||
currentImage,
|
||||
|
||||
Reference in New Issue
Block a user