File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
'use strict' ;
2
2
3
3
var sortObjectKeys = require ( '../../lib/sort_object_keys' ) ;
4
- var arcgisSatHybrid = require ( './styles/arcgis-sat-hybrid.json ' ) ; // https://raw.githubusercontent.com/go2garret/maps/v1.0.0/LICENSE
5
- var arcgisSat = require ( './styles/arcgis-sat.json ' ) ;
4
+ var arcgisSatHybrid = require ( './styles/arcgis-sat-hybrid' ) ; // https://raw.githubusercontent.com/go2garret/maps/v1.0.0/LICENSE
5
+ var arcgisSat = require ( './styles/arcgis-sat' ) ;
6
6
7
7
8
8
var OSM = '© <a target="_blank" href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors' ;
Original file line number Diff line number Diff line change 1
- {
1
+ module . exports = {
2
2
"version" : 8 ,
3
3
"name" : "orto" ,
4
4
"metadata" : { "maputnik:renderer" : "mlgljs" } ,
2013
2013
}
2014
2014
] ,
2015
2015
"id" : "qebnlkra6"
2016
- }
2016
+ } ;
Original file line number Diff line number Diff line change 1
- {
1
+ module . exports = {
2
2
"version" : 8 ,
3
3
"name" : "orto" ,
4
4
"metadata" : { } ,
90
90
}
91
91
}
92
92
]
93
- }
93
+ } ;
You can’t perform that action at this time.
0 commit comments