Created
May 25, 2022 20:11
-
-
Save AliceTheGitHubber/fc942f67bd16d65ac3cf22b1132ce8d2 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": 8, | |
"name": "Wemap-v1-fr", | |
"metadata": { | |
"mapbox:autocomposite": true, | |
"mapbox:type": "template", | |
"mapbox:groups": { | |
"1444849364238.8171": {"name": "Buildings", "collapsed": true}, | |
"1444849354174.1904": {"name": "Tunnels", "collapsed": true}, | |
"1444849320558.5054": {"name": "Water labels", "collapsed": true}, | |
"1444849371739.5945": {"name": "Aeroways", "collapsed": true}, | |
"1444849258897.3083": {"name": "Marine labels", "collapsed": true}, | |
"1444849388993.3071": {"name": "Landuse", "collapsed": true}, | |
"1444849242106.713": {"name": "Country labels", "collapsed": true}, | |
"1444849382550.77": {"name": "Water", "collapsed": true}, | |
"1444849345966.4436": {"name": "Roads", "collapsed": true}, | |
"1444849307123.581": {"name": "Admin lines", "collapsed": true}, | |
"1456163609504.0715": {"name": "Road labels", "collapsed": true}, | |
"1444849272561.29": {"name": "Place labels", "collapsed": true}, | |
"1444849334699.1902": {"name": "Bridges", "collapsed": true}, | |
"1444849297111.495": {"name": "POI labels", "collapsed": true} | |
}, | |
"maputnik:renderer": "mbgljs" | |
}, | |
"sources": { | |
"composite": { | |
"url": "https://vector.getwemap.com/data/osm2vectortiles.json", | |
"type": "vector" | |
}, | |
"colmar-dominicain": { | |
"type": "geojson", | |
"data": "https://gist.githubusercontent.com/AliceTheGitHubber/2baf3b59d1c96ce98bda8fbec5ce6303/raw/814fa732d49bdeb9bdef3beaab7aac4fd394e8e6/qua-colamr-musee-dominicain.geojson" | |
} | |
}, | |
"sprite": "https://vector.getwemap.com/styles/wemap-v1-fr/sprite", | |
"glyphs": "https://vector.getwemap.com/fonts/{fontstack}/{range}.pbf", | |
"layers": [ | |
{ | |
"id": "background", | |
"type": "background", | |
"paint": {"background-color": "rgb(239,235,230)"} | |
}, | |
{ | |
"id": "landuse_overlay_national_park", | |
"type": "fill", | |
"metadata": {"mapbox:group": "1444849388993.3071"}, | |
"source": "composite", | |
"source-layer": "landuse_overlay", | |
"filter": ["==", "class", "national_park"], | |
"paint": {"fill-color": "#41B147", "fill-opacity": 0.75} | |
}, | |
{ | |
"id": "landuse_park", | |
"type": "fill", | |
"metadata": {"mapbox:group": "1444849388993.3071"}, | |
"source": "composite", | |
"source-layer": "landuse", | |
"filter": ["==", "class", "park"], | |
"paint": {"fill-color": "#41B147", "fill-opacity": 1} | |
}, | |
{ | |
"id": "landuse_cemetery", | |
"type": "fill", | |
"metadata": {"mapbox:group": "1444849388993.3071"}, | |
"source": "composite", | |
"source-layer": "landuse", | |
"filter": ["==", "class", "cemetery"], | |
"paint": {"fill-color": "rgb(239,235,230)"} | |
}, | |
{ | |
"id": "landuse_hospital", | |
"type": "fill", | |
"metadata": {"mapbox:group": "1444849388993.3071"}, | |
"source": "composite", | |
"source-layer": "landuse", | |
"filter": ["==", "class", "hospital"], | |
"paint": {"fill-color": "rgb(239,235,230)"} | |
}, | |
{ | |
"id": "landuse_school", | |
"type": "fill", | |
"metadata": {"mapbox:group": "1444849388993.3071"}, | |
"source": "composite", | |
"source-layer": "landuse", | |
"filter": ["==", "class", "school"], | |
"paint": {"fill-color": "rgb(239,235,230)"} | |
}, | |
{ | |
"id": "landuse_wood", | |
"type": "fill", | |
"metadata": {"mapbox:group": "1444849388993.3071"}, | |
"source": "composite", | |
"source-layer": "landuse", | |
"filter": ["==", "class", "wood"], | |
"paint": {"fill-color": "#41B147", "fill-opacity": 1} | |
}, | |
{ | |
"id": "waterway", | |
"type": "line", | |
"metadata": {"mapbox:group": "1444849382550.77"}, | |
"source": "composite", | |
"source-layer": "waterway", | |
"filter": [ | |
"all", | |
["!=", "class", "canal"], | |
["!=", "class", "river"], | |
["!=", "class", "stream"] | |
], | |
"layout": {"line-cap": "round"}, | |
"paint": { | |
"line-color": "#4CC5F1", | |
"line-width": {"base": 1.3, "stops": [[13, 0.5], [20, 2]]} | |
} | |
}, | |
{ | |
"id": "waterway_river", | |
"type": "line", | |
"metadata": {"mapbox:group": "1444849382550.77"}, | |
"source": "composite", | |
"source-layer": "waterway", | |
"filter": ["==", "class", "river"], | |
"layout": {"line-cap": "round"}, | |
"paint": { | |
"line-color": "#4CC5F1", | |
"line-width": {"base": 1.2, "stops": [[11, 0.5], [20, 6]]} | |
} | |
}, | |
{ | |
"id": "waterway_stream_canal", | |
"type": "line", | |
"metadata": {"mapbox:group": "1444849382550.77"}, | |
"source": "composite", | |
"source-layer": "waterway", | |
"filter": ["in", "class", "canal", "stream"], | |
"layout": {"line-cap": "round"}, | |
"paint": { | |
"line-color": "#4CC5F1", | |
"line-width": {"base": 1.3, "stops": [[13, 0.5], [20, 6]]} | |
} | |
}, | |
{ | |
"id": "water", | |
"type": "fill", | |
"metadata": {"mapbox:group": "1444849382550.77"}, | |
"source": "composite", | |
"source-layer": "water", | |
"paint": {"fill-color": "#4CC5F1"} | |
}, | |
{ | |
"id": "aeroway_fill", | |
"type": "fill", | |
"metadata": {"mapbox:group": "1444849371739.5945"}, | |
"source": "composite", | |
"source-layer": "aeroway", | |
"minzoom": 11, | |
"filter": ["==", "$type", "Polygon"], | |
"paint": {"fill-color": "#f0ede9", "fill-opacity": 0.7} | |
}, | |
{ | |
"id": "aeroway_runway", | |
"type": "line", | |
"metadata": {"mapbox:group": "1444849371739.5945"}, | |
"source": "composite", | |
"source-layer": "aeroway", | |
"minzoom": 11, | |
"filter": [ | |
"all", | |
["==", "$type", "LineString"], | |
["==", "type", "runway"] | |
], | |
"paint": { | |
"line-color": "#f0ede9", | |
"line-width": {"base": 1.2, "stops": [[11, 3], [20, 16]]} | |
} | |
}, | |
{ | |
"id": "aeroway_taxiway", | |
"type": "line", | |
"metadata": {"mapbox:group": "1444849371739.5945"}, | |
"source": "composite", | |
"source-layer": "aeroway", | |
"minzoom": 11, | |
"filter": [ | |
"all", | |
["==", "$type", "LineString"], | |
["==", "type", "taxiway"] | |
], | |
"paint": { | |
"line-color": "#f0ede9", | |
"line-width": {"base": 1.2, "stops": [[11, 0.5], [20, 6]]} | |
} | |
}, | |
{ | |
"id": "building", | |
"type": "fill", | |
"metadata": {"mapbox:group": "1444849364238.8171"}, | |
"source": "composite", | |
"source-layer": "building", | |
"layout": {"visibility": "visible"}, | |
"paint": { | |
"fill-color": {"base": 1, "stops": [[15.5, "#f2eae2"], [16, "#dfdbd7"]]} | |
} | |
}, | |
{ | |
"id": "building_top", | |
"type": "fill", | |
"metadata": {"mapbox:group": "1444849364238.8171"}, | |
"source": "composite", | |
"source-layer": "building", | |
"layout": {"visibility": "visible"}, | |
"paint": { | |
"fill-color": "rgb(212,206,203)", | |
"fill-opacity": {"base": 1, "stops": [[15, 0.6], [16, 1]]}, | |
"fill-translate": {"stops": [[15, [0, 0]], [16, [-2, -2]]], "base": 1}, | |
"fill-outline-color": "#dfdbd7" | |
} | |
}, | |
{ | |
"id": "tunnel_minor", | |
"type": "line", | |
"source": "composite", | |
"source-layer": "road", | |
"filter": [ | |
"all", | |
["==", "$type", "LineString"], | |
[ | |
"all", | |
[ | |
"in", | |
"class", | |
"motorway_link", | |
"street", | |
"street_limited", | |
"service", | |
"track", | |
"pedestrian", | |
"path", | |
"link" | |
], | |
["==", "structure", "tunnel"] | |
] | |
], | |
"layout": {"line-cap": "butt", "line-join": "miter"}, | |
"paint": { | |
"line-color": "#efefef", | |
"line-width": {"base": 1.55, "stops": [[4, 0.25], [20, 30]]}, | |
"line-dasharray": [0.36, 0.18] | |
} | |
}, | |
{ | |
"id": "tunnel_major_casing", | |
"type": "line", | |
"source": "composite", | |
"source-layer": "road", | |
"filter": [ | |
"all", | |
["==", "$type", "LineString"], | |
[ | |
"all", | |
[ | |
"in", | |
"class", | |
"motorway", | |
"primary", | |
"secondary", | |
"tertiary", | |
"trunk" | |
], | |
["==", "structure", "tunnel"] | |
] | |
], | |
"layout": {"line-cap": "butt", "line-join": "miter"}, | |
"paint": { | |
"line-color": "#fff", | |
"line-width": {"base": 1.4, "stops": [[6, 0.5], [20, 30]]}, | |
"line-dasharray": [0.28, 0.14] | |
} | |
}, | |
{ | |
"id": "road_footway_casing", | |
"type": "line", | |
"metadata": {"mapbox:group": "1444849345966.4436"}, | |
"source": "composite", | |
"source-layer": "road", | |
"filter": [ | |
"all", | |
["==", "$type", "LineString"], | |
[ | |
"all", | |
["!in", "structure", "bridge", "tunnel"], | |
["in", "type", "footway", "steps"], | |
["in", "class", "path", "pedestrian"] | |
] | |
], | |
"layout": {"line-cap": "round", "line-join": "round"}, | |
"paint": { | |
"line-color": "hsl(0, 0%, 87%)", | |
"line-width": {"base": 1.2, "stops": [[15, 1], [16, 4], [20, 11]]} | |
} | |
}, | |
{ | |
"id": "road_motorway_link_casing", | |
"type": "line", | |
"metadata": {"mapbox:group": "1444849345966.4436"}, | |
"source": "composite", | |
"source-layer": "road", | |
"minzoom": 12, | |
"filter": [ | |
"all", | |
["!in", "structure", "bridge", "tunnel"], | |
["==", "class", "motorway_link"] | |
], | |
"layout": {"line-cap": "round", "line-join": "round"}, | |
"paint": { | |
"line-color": "hsl(0, 0%, 87%)", | |
"line-width": { | |
"base": 1.2, | |
"stops": [[12, 1], [13, 3], [14, 4], [20, 15]] | |
}, | |
"line-opacity": 1 | |
} | |
}, | |
{ | |
"id": "road_service_track_casing", | |
"type": "line", | |
"metadata": {"mapbox:group": "1444849345966.4436"}, | |
"source": "composite", | |
"source-layer": "road", | |
"filter": [ | |
"all", | |
["!in", "structure", "bridge", "tunnel"], | |
["in", "class", "service", "track"] | |
], | |
"layout": {"line-cap": "round", "line-join": "round"}, | |
"paint": { | |
"line-color": "hsl(0, 0%, 87%)", | |
"line-width": {"base": 1.2, "stops": [[15, 1], [16, 4], [20, 11]]} | |
} | |
}, | |
{ | |
"id": "road_link_casing", | |
"type": "line", | |
"metadata": {"mapbox:group": "1444849345966.4436"}, | |
"source": "composite", | |
"source-layer": "road", | |
"minzoom": 13, | |
"filter": [ | |
"all", | |
["!in", "structure", "bridge", "tunnel"], | |
["==", "class", "link"] | |
], | |
"layout": { | |
"line-cap": "butt", | |
"line-join": "miter", | |
"visibility": "visible" | |
}, | |
"paint": { | |
"line-color": "hsl(0, 0%, 87%)", | |
"line-width": { | |
"base": 1.2, | |
"stops": [[12, 1], [13, 3], [14, 4], [20, 15]] | |
}, | |
"line-opacity": 1 | |
} | |
}, | |
{ | |
"id": "road_street_casing", | |
"type": "line", | |
"metadata": {"mapbox:group": "1444849345966.4436"}, | |
"source": "composite", | |
"source-layer": "road", | |
"filter": [ | |
"all", | |
["==", "$type", "LineString"], | |
[ | |
"all", | |
["!in", "structure", "bridge", "tunnel"], | |
["in", "class", "street", "street_limited"] | |
] | |
], | |
"layout": {"line-cap": "round", "line-join": "round"}, | |
"paint": { | |
"line-color": "hsl(0, 0%, 87%)", | |
"line-width": { | |
"base": 1.2, | |
"stops": [[12, 0.5], [13, 1], [14, 4], [20, 15]] | |
}, | |
"line-opacity": {"stops": [[12, 0], [12.5, 1]]} | |
} | |
}, | |
{ | |
"id": "road_secondary_tertiary_casing", | |
"type": "line", | |
"metadata": {"mapbox:group": "1444849345966.4436"}, | |
"source": "composite", | |
"source-layer": "road", | |
"filter": [ | |
"all", | |
["!in", "structure", "bridge", "tunnel"], | |
["in", "class", "secondary", "tertiary"] | |
], | |
"layout": { | |
"line-cap": "butt", | |
"line-join": "miter", | |
"visibility": "visible" | |
}, | |
"paint": { | |
"line-color": "hsl(0, 0%, 87%)", | |
"line-width": {"base": 1.2, "stops": [[8, 1.5], [20, 17]]}, | |
"line-opacity": 1 | |
} | |
}, | |
{ | |
"id": "road_trunk_primary_casing", | |
"type": "line", | |
"metadata": {"mapbox:group": "1444849345966.4436"}, | |
"source": "composite", | |
"source-layer": "road", | |
"filter": [ | |
"all", | |
["!in", "structure", "bridge", "tunnel"], | |
["in", "class", "primary", "trunk"] | |
], | |
"layout": { | |
"line-cap": "butt", | |
"line-join": "miter", | |
"visibility": "visible" | |
}, | |
"paint": { | |
"line-color": "hsl(0, 0%, 87%)", | |
"line-width": { | |
"base": 1.2, | |
"stops": [[5, 0.4], [6, 0.6], [7, 1.5], [20, 22]] | |
}, | |
"line-opacity": 1 | |
} | |
}, | |
{ | |
"id": "road_motorway_casing", | |
"type": "line", | |
"metadata": {"mapbox:group": "1444849345966.4436"}, | |
"source": "composite", | |
"source-layer": "road", | |
"minzoom": 5, | |
"filter": [ | |
"all", | |
["!in", "structure", "bridge", "tunnel"], | |
["==", "class", "motorway"] | |
], | |
"layout": { | |
"line-cap": "butt", | |
"line-join": "miter", | |
"visibility": "visible" | |
}, | |
"paint": { | |
"line-color": "hsl(0, 0%, 87%)", | |
"line-width": {"base": 1.2, "stops": [[5, 0], [7, 1.5], [20, 22]]} | |
} | |
}, | |
{ | |
"id": "road_path_pedestrian_casing", | |
"type": "line", | |
"metadata": {"mapbox:group": "1444849345966.4436"}, | |
"source": "composite", | |
"source-layer": "road", | |
"filter": [ | |
"all", | |
["==", "$type", "LineString"], | |
[ | |
"all", | |
["!in", "structure", "bridge", "tunnel"], | |
["!in", "type", "footway", "steps"], | |
["in", "class", "path", "pedestrian"] | |
] | |
], | |
"layout": {"line-cap": "round", "line-join": "round"}, | |
"paint": { | |
"line-color": "hsl(0, 0%, 87%)", | |
"line-width": { | |
"base": 1.2, | |
"stops": [[12, 0.5], [13, 1], [14, 4], [20, 15]] | |
}, | |
"line-opacity": {"stops": [[12, 0], [12.5, 1]]} | |
} | |
}, | |
{ | |
"id": "road_construction_casing", | |
"type": "line", | |
"metadata": {"mapbox:group": "1444849345966.4436"}, | |
"source": "composite", | |
"source-layer": "road", | |
"filter": [ | |
"all", | |
["!in", "type", "construction:motorway"], | |
["==", "class", "construction"] | |
], | |
"layout": {"line-cap": "round", "line-join": "round"}, | |
"paint": { | |
"line-color": "hsl(0, 0%, 87%)", | |
"line-width": {"base": 1.2, "stops": [[15, 1], [16, 4], [20, 11]]} | |
} | |
}, | |
{ | |
"id": "road_footway", | |
"type": "line", | |
"metadata": {"mapbox:group": "1444849345966.4436"}, | |
"source": "composite", | |
"source-layer": "road", | |
"filter": [ | |
"all", | |
["==", "$type", "LineString"], | |
[ | |
"all", | |
["!in", "structure", "bridge", "tunnel"], | |
["in", "type", "footway", "steps"], | |
["in", "class", "path", "pedestrian"] | |
] | |
], | |
"layout": {"line-cap": "round", "line-join": "round"}, | |
"paint": { | |
"line-color": "#fff", | |
"line-width": {"base": 1.2, "stops": [[15.5, 0], [16, 2], [20, 7.5]]} | |
} | |
}, | |
{ | |
"id": "road_construction", | |
"type": "line", | |
"metadata": {"mapbox:group": "1444849345966.4436"}, | |
"source": "composite", | |
"source-layer": "road", | |
"filter": [ | |
"all", | |
["!in", "type", "construction:motorway"], | |
["==", "class", "construction"] | |
], | |
"layout": {"line-cap": "round", "line-join": "round"}, | |
"paint": { | |
"line-color": "#fff", | |
"line-width": {"base": 1.2, "stops": [[15.5, 0], [16, 2], [20, 7.5]]} | |
} | |
}, | |
{ | |
"id": "road_path_pedestrian", | |
"type": "line", | |
"metadata": {"mapbox:group": "1444849345966.4436"}, | |
"source": "composite", | |
"source-layer": "road", | |
"filter": [ | |
"all", | |
["==", "$type", "LineString"], | |
[ | |
"all", | |
["!in", "structure", "bridge", "tunnel"], | |
["!in", "type", "footway", "steps"], | |
["in", "class", "path", "pedestrian"] | |
] | |
], | |
"layout": {"line-cap": "round", "line-join": "round"}, | |
"paint": { | |
"line-color": "#fff", | |
"line-width": { | |
"base": 1.2, | |
"stops": [[13.5, 0], [14, 2.5], [20, 11.5]] | |
}, | |
"line-opacity": 1 | |
} | |
}, | |
{ | |
"id": "road_motorway_link", | |
"type": "line", | |
"metadata": {"mapbox:group": "1444849345966.4436"}, | |
"source": "composite", | |
"source-layer": "road", | |
"minzoom": 12, | |
"filter": [ | |
"all", | |
["!in", "structure", "bridge", "tunnel"], | |
["==", "class", "motorway_link"] | |
], | |
"layout": {"line-cap": "round", "line-join": "round"}, | |
"paint": { | |
"line-color": "hsl(0, 0%, 100%)", | |
"line-width": { | |
"base": 1.2, | |
"stops": [[12.5, 0], [13, 1.5], [14, 2.5], [20, 11.5]] | |
} | |
} | |
}, | |
{ | |
"id": "road_service_track", | |
"type": "line", | |
"metadata": {"mapbox:group": "1444849345966.4436"}, | |
"source": "composite", | |
"source-layer": "road", | |
"filter": [ | |
"all", | |
["!in", "structure", "bridge", "tunnel"], | |
["in", "class", "service", "track"] | |
], | |
"layout": {"line-cap": "round", "line-join": "round"}, | |
"paint": { | |
"line-color": "#fff", | |
"line-width": {"base": 1.2, "stops": [[15.5, 0], [16, 2], [20, 7.5]]} | |
} | |
}, | |
{ | |
"id": "road_link", | |
"type": "line", | |
"metadata": {"mapbox:group": "1444849345966.4436"}, | |
"source": "composite", | |
"source-layer": "road", | |
"minzoom": 13, | |
"filter": [ | |
"all", | |
["!in", "structure", "bridge", "tunnel"], | |
["==", "class", "link"] | |
], | |
"layout": { | |
"line-cap": "butt", | |
"line-join": "miter", | |
"visibility": "visible" | |
}, | |
"paint": { | |
"line-color": "hsl(0, 0%, 100%)", | |
"line-width": { | |
"base": 1.2, | |
"stops": [[12.5, 0], [13, 1.5], [14, 2.5], [20, 11.5]] | |
} | |
} | |
}, | |
{ | |
"id": "road_street", | |
"type": "line", | |
"metadata": {"mapbox:group": "1444849345966.4436"}, | |
"source": "composite", | |
"source-layer": "road", | |
"filter": [ | |
"all", | |
["==", "$type", "LineString"], | |
[ | |
"all", | |
["!in", "structure", "bridge", "tunnel"], | |
["in", "class", "street", "street_limited"] | |
] | |
], | |
"layout": {"line-cap": "round", "line-join": "round"}, | |
"paint": { | |
"line-color": "#fff", | |
"line-width": { | |
"base": 1.2, | |
"stops": [[13.5, 0], [14, 2.5], [20, 11.5]] | |
}, | |
"line-opacity": 1 | |
} | |
}, | |
{ | |
"id": "road_secondary_tertiary", | |
"type": "line", | |
"metadata": {"mapbox:group": "1444849345966.4436"}, | |
"source": "composite", | |
"source-layer": "road", | |
"filter": [ | |
"all", | |
["!in", "structure", "bridge", "tunnel"], | |
["in", "class", "secondary", "tertiary"] | |
], | |
"layout": { | |
"line-cap": "butt", | |
"line-join": "miter", | |
"visibility": "visible" | |
}, | |
"paint": { | |
"line-color": "hsl(0, 0%, 100%)", | |
"line-width": {"base": 1.2, "stops": [[6.5, 0], [8, 0.5], [20, 13]]} | |
} | |
}, | |
{ | |
"id": "road_trunk_primary", | |
"type": "line", | |
"metadata": {"mapbox:group": "1444849345966.4436"}, | |
"source": "composite", | |
"source-layer": "road", | |
"filter": [ | |
"all", | |
["!in", "structure", "bridge", "tunnel"], | |
["in", "class", "primary", "trunk"] | |
], | |
"layout": { | |
"line-cap": "butt", | |
"line-join": "miter", | |
"visibility": "visible" | |
}, | |
"paint": { | |
"line-color": "hsl(0, 0%, 100%)", | |
"line-width": {"base": 1.2, "stops": [[6.5, 0], [7, 0.5], [20, 18]]} | |
} | |
}, | |
{ | |
"id": "road_motorway", | |
"type": "line", | |
"metadata": {"mapbox:group": "1444849345966.4436"}, | |
"source": "composite", | |
"source-layer": "road", | |
"minzoom": 5, | |
"filter": [ | |
"all", | |
["!in", "structure", "bridge", "tunnel"], | |
["==", "class", "motorway"] | |
], | |
"layout": { | |
"line-cap": "butt", | |
"line-join": "miter", | |
"visibility": "visible" | |
}, | |
"paint": { | |
"line-color": "hsl(0, 0%, 100%)", | |
"line-width": {"base": 1.2, "stops": [[5, 0.6], [20, 18]]} | |
} | |
}, | |
{ | |
"id": "road_major_rail", | |
"type": "line", | |
"metadata": {"mapbox:group": "1444849345966.4436"}, | |
"source": "composite", | |
"source-layer": "road", | |
"filter": [ | |
"all", | |
["!in", "structure", "bridge", "tunnel"], | |
["==", "class", "major_rail"] | |
], | |
"paint": { | |
"line-color": "hsl(0, 0%, 87%)", | |
"line-width": {"base": 1.4, "stops": [[14, 0.4], [15, 0.75], [20, 2]]} | |
} | |
}, | |
{ | |
"id": "road_major_rail_hatching", | |
"type": "line", | |
"metadata": {"mapbox:group": "1444849345966.4436"}, | |
"source": "composite", | |
"source-layer": "road", | |
"filter": [ | |
"all", | |
["!in", "structure", "bridge", "tunnel"], | |
["==", "class", "major_rail"] | |
], | |
"paint": { | |
"line-color": "hsl(0, 0%, 100%)", | |
"line-dasharray": [0.2, 8], | |
"line-width": {"base": 1.4, "stops": [[14.5, 0], [15, 3], [20, 8]]} | |
} | |
}, | |
{ | |
"id": "bridge_motorway_link_casing", | |
"type": "line", | |
"metadata": {"mapbox:group": "1444849334699.1902"}, | |
"source": "composite", | |
"source-layer": "road", | |
"filter": [ | |
"all", | |
["==", "class", "motorway_link"], | |
["==", "structure", "bridge"] | |
], | |
"layout": {"line-join": "round"}, | |
"paint": { | |
"line-color": "#dedede", | |
"line-width": { | |
"base": 1.2, | |
"stops": [[12, 1], [13, 3], [14, 4], [20, 15]] | |
}, | |
"line-opacity": 1 | |
} | |
}, | |
{ | |
"id": "bridge_service_track_casing", | |
"type": "line", | |
"metadata": {"mapbox:group": "1444849334699.1902"}, | |
"source": "composite", | |
"source-layer": "road", | |
"filter": [ | |
"all", | |
["==", "structure", "bridge"], | |
["in", "class", "service", "track"] | |
], | |
"layout": {"line-join": "round"}, | |
"paint": { | |
"line-color": "#dedede", | |
"line-width": {"base": 1.2, "stops": [[15, 1], [16, 4], [20, 11]]} | |
} | |
}, | |
{ | |
"id": "bridge_link_casing", | |
"type": "line", | |
"metadata": {"mapbox:group": "1444849334699.1902"}, | |
"source": "composite", | |
"source-layer": "road", | |
"filter": ["all", ["==", "class", "link"], ["==", "structure", "bridge"]], | |
"layout": {"line-join": "round"}, | |
"paint": { | |
"line-color": "#dedede", | |
"line-width": { | |
"base": 1.2, | |
"stops": [[12, 1], [13, 3], [14, 4], [20, 15]] | |
}, | |
"line-opacity": 1 | |
} | |
}, | |
{ | |
"id": "bridge_street_casing", | |
"type": "line", | |
"metadata": {"mapbox:group": "1444849334699.1902"}, | |
"source": "composite", | |
"source-layer": "road", | |
"filter": [ | |
"all", | |
["==", "structure", "bridge"], | |
["in", "class", "street", "street_limited"] | |
], | |
"layout": {"line-join": "round"}, | |
"paint": { | |
"line-color": "#dedede", | |
"line-width": { | |
"base": 1.2, | |
"stops": [[12, 0.5], [13, 1], [14, 4], [20, 15]] | |
}, | |
"line-opacity": {"stops": [[12, 0], [12.5, 1]]} | |
} | |
}, | |
{ | |
"id": "bridge_secondary_tertiary_casing", | |
"type": "line", | |
"metadata": {"mapbox:group": "1444849334699.1902"}, | |
"source": "composite", | |
"source-layer": "road", | |
"filter": [ | |
"all", | |
["==", "structure", "bridge"], | |
["in", "class", "secondary", "tertiary"] | |
], | |
"layout": {"line-join": "round"}, | |
"paint": { | |
"line-color": "#dedede", | |
"line-width": {"base": 1.2, "stops": [[8, 1.5], [20, 17]]}, | |
"line-opacity": 1 | |
} | |
}, | |
{ | |
"id": "bridge_trunk_primary_casing", | |
"type": "line", | |
"metadata": {"mapbox:group": "1444849334699.1902"}, | |
"source": "composite", | |
"source-layer": "road", | |
"filter": [ | |
"all", | |
["==", "structure", "bridge"], | |
["in", "class", "primary", "trunk"] | |
], | |
"layout": {"line-join": "round"}, | |
"paint": { | |
"line-color": "#dedede", | |
"line-width": { | |
"base": 1.2, | |
"stops": [[5, 0.4], [6, 0.6], [7, 1.5], [20, 22]] | |
} | |
} | |
}, | |
{ | |
"id": "bridge_motorway_casing", | |
"type": "line", | |
"metadata": {"mapbox:group": "1444849334699.1902"}, | |
"source": "composite", | |
"source-layer": "road", | |
"filter": [ | |
"all", | |
["==", "class", "motorway"], | |
["==", "structure", "bridge"] | |
], | |
"layout": {"line-join": "round"}, | |
"paint": { | |
"line-color": "#dedede", | |
"line-width": { | |
"base": 1.2, | |
"stops": [[5, 0.4], [6, 0.6], [7, 1.5], [20, 22]] | |
} | |
} | |
}, | |
{ | |
"id": "bridge_path_pedestrian", | |
"type": "line", | |
"metadata": {"mapbox:group": "1444849334699.1902"}, | |
"source": "composite", | |
"source-layer": "road", | |
"filter": [ | |
"all", | |
["==", "$type", "LineString"], | |
[ | |
"all", | |
["==", "structure", "bridge"], | |
["in", "class", "path", "pedestrian"] | |
] | |
], | |
"paint": { | |
"line-color": "hsl(0, 0%, 100%)", | |
"line-dasharray": [1.5, 0.75], | |
"line-width": {"base": 1.2, "stops": [[15, 1.2], [20, 4]]} | |
} | |
}, | |
{ | |
"id": "bridge_motorway_link", | |
"type": "line", | |
"metadata": {"mapbox:group": "1444849334699.1902"}, | |
"source": "composite", | |
"source-layer": "road", | |
"filter": [ | |
"all", | |
["==", "class", "motorway_link"], | |
["==", "structure", "bridge"] | |
], | |
"layout": {"line-join": "round"}, | |
"paint": { | |
"line-color": "hsl(0, 0%, 100%)", | |
"line-width": { | |
"base": 1.2, | |
"stops": [[12.5, 0], [13, 1.5], [14, 2.5], [20, 11.5]] | |
} | |
} | |
}, | |
{ | |
"id": "bridge_service_track", | |
"type": "line", | |
"metadata": {"mapbox:group": "1444849334699.1902"}, | |
"source": "composite", | |
"source-layer": "road", | |
"filter": [ | |
"all", | |
["==", "structure", "bridge"], | |
["in", "class", "service", "track"] | |
], | |
"layout": {"line-join": "round"}, | |
"paint": { | |
"line-color": "#fff", | |
"line-width": {"base": 1.2, "stops": [[15.5, 0], [16, 2], [20, 7.5]]} | |
} | |
}, | |
{ | |
"id": "bridge_link", | |
"type": "line", | |
"metadata": {"mapbox:group": "1444849334699.1902"}, | |
"source": "composite", | |
"source-layer": "road", | |
"filter": ["all", ["==", "class", "link"], ["==", "structure", "bridge"]], | |
"layout": {"line-join": "round"}, | |
"paint": { | |
"line-color": "hsl(0, 0%, 100%)", | |
"line-width": { | |
"base": 1.2, | |
"stops": [[12.5, 0], [13, 1.5], [14, 2.5], [20, 11.5]] | |
} | |
} | |
}, | |
{ | |
"id": "bridge_street", | |
"type": "line", | |
"metadata": {"mapbox:group": "1444849334699.1902"}, | |
"source": "composite", | |
"source-layer": "road", | |
"filter": [ | |
"all", | |
["==", "structure", "bridge"], | |
["in", "class", "street", "street_limited"] | |
], | |
"layout": {"line-join": "round"}, | |
"paint": { | |
"line-color": "#fff", | |
"line-width": { | |
"base": 1.2, | |
"stops": [[13.5, 0], [14, 2.5], [20, 11.5]] | |
}, | |
"line-opacity": 1 | |
} | |
}, | |
{ | |
"id": "bridge_secondary_tertiary", | |
"type": "line", | |
"metadata": {"mapbox:group": "1444849334699.1902"}, | |
"source": "composite", | |
"source-layer": "road", | |
"filter": [ | |
"all", | |
["==", "structure", "bridge"], | |
["in", "class", "secondary", "tertiary"] | |
], | |
"layout": {"line-join": "round"}, | |
"paint": { | |
"line-color": "hsl(0, 0%, 100%)", | |
"line-width": {"base": 1.2, "stops": [[6.5, 0], [7, 0.5], [20, 10]]} | |
} | |
}, | |
{ | |
"id": "bridge_trunk_primary", | |
"type": "line", | |
"metadata": {"mapbox:group": "1444849334699.1902"}, | |
"source": "composite", | |
"source-layer": "road", | |
"filter": [ | |
"all", | |
["==", "structure", "bridge"], | |
["in", "class", "primary", "trunk"] | |
], | |
"layout": {"line-join": "round"}, | |
"paint": { | |
"line-color": "hsl(0, 0%, 100%)", | |
"line-width": {"base": 1.2, "stops": [[6.5, 0], [7, 0.5], [20, 18]]} | |
} | |
}, | |
{ | |
"id": "bridge_motorway", | |
"type": "line", | |
"metadata": {"mapbox:group": "1444849334699.1902"}, | |
"source": "composite", | |
"source-layer": "road", | |
"filter": [ | |
"all", | |
["==", "class", "motorway"], | |
["==", "structure", "bridge"] | |
], | |
"layout": {"line-join": "round"}, | |
"paint": { | |
"line-color": "hsl(0, 0%, 100%)", | |
"line-width": {"base": 1.2, "stops": [[6.5, 0], [7, 0.5], [20, 18]]} | |
} | |
}, | |
{ | |
"id": "bridge_major_rail", | |
"type": "line", | |
"metadata": {"mapbox:group": "1444849334699.1902"}, | |
"source": "composite", | |
"source-layer": "road", | |
"filter": [ | |
"all", | |
["==", "class", "major_rail"], | |
["==", "structure", "bridge"] | |
], | |
"paint": { | |
"line-color": "#dedede", | |
"line-width": {"base": 1.4, "stops": [[14, 0.4], [15, 0.75], [20, 2]]} | |
} | |
}, | |
{ | |
"id": "bridge_major_rail_hatching", | |
"type": "line", | |
"metadata": {"mapbox:group": "1444849334699.1902"}, | |
"source": "composite", | |
"source-layer": "road", | |
"filter": [ | |
"all", | |
["==", "class", "major_rail"], | |
["==", "structure", "bridge"] | |
], | |
"paint": { | |
"line-color": "hsl(0, 0%, 87%)", | |
"line-dasharray": [0.2, 8], | |
"line-width": {"base": 1.4, "stops": [[14.5, 0], [15, 3], [20, 8]]} | |
} | |
}, | |
{ | |
"id": "admin_level_3", | |
"type": "line", | |
"metadata": {"mapbox:group": "1444849307123.581"}, | |
"source": "composite", | |
"source-layer": "admin", | |
"filter": ["all", ["==", "maritime", 0], [">=", "admin_level", 3]], | |
"layout": {"line-join": "round"}, | |
"paint": { | |
"line-color": "hsl(0, 0%, 67%)", | |
"line-dasharray": [2, 1], | |
"line-width": {"base": 1, "stops": [[4, 0.2], [5, 0.5], [12, 1.5]]} | |
} | |
}, | |
{ | |
"id": "admin_level_2", | |
"type": "line", | |
"metadata": {"mapbox:group": "1444849307123.581"}, | |
"source": "composite", | |
"source-layer": "admin", | |
"filter": [ | |
"all", | |
["==", "admin_level", 2], | |
["==", "disputed", 0], | |
["==", "maritime", 0] | |
], | |
"layout": {"line-join": "round", "line-cap": "round"}, | |
"paint": { | |
"line-color": "hsl(0, 0%, 75%)", | |
"line-width": {"base": 1, "stops": [[4, 0.7], [5, 1], [12, 4]]} | |
} | |
}, | |
{ | |
"id": "admin_level_2_disputed", | |
"type": "line", | |
"metadata": {"mapbox:group": "1444849307123.581"}, | |
"source": "composite", | |
"source-layer": "admin", | |
"filter": [ | |
"all", | |
["==", "admin_level", 2], | |
["==", "disputed", 1], | |
["==", "maritime", 0] | |
], | |
"layout": {"line-cap": "round"}, | |
"paint": { | |
"line-width": {"base": 1, "stops": [[4, 0.7], [5, 1], [12, 4]]}, | |
"line-dasharray": [2, 2], | |
"line-color": "hsl(0, 0%, 75%)" | |
} | |
}, | |
{ | |
"id": "admin_level_3_maritime", | |
"type": "line", | |
"metadata": {"mapbox:group": "1444849307123.581"}, | |
"source": "composite", | |
"source-layer": "admin", | |
"filter": ["all", ["==", "maritime", 1], [">=", "admin_level", 3]], | |
"layout": {"line-join": "round", "visibility": "visible"}, | |
"paint": { | |
"line-color": "#a0c8f0", | |
"line-opacity": 0.5, | |
"line-dasharray": [3, 1, 1, 1], | |
"line-width": {"base": 1, "stops": [[4, 0.4], [5, 1], [12, 3]]} | |
} | |
}, | |
{ | |
"id": "admin_level_2_maritime", | |
"type": "line", | |
"metadata": {"mapbox:group": "1444849307123.581"}, | |
"source": "composite", | |
"source-layer": "admin", | |
"filter": ["all", ["==", "admin_level", 2], ["==", "maritime", 1]], | |
"layout": {"line-cap": "round", "visibility": "none"}, | |
"paint": { | |
"line-color": "#a0c8f0", | |
"line-opacity": 0.5, | |
"line-width": {"base": 1, "stops": [[4, 1.4], [5, 2], [12, 8]]} | |
} | |
}, | |
{ | |
"id": "colmar-pavement", | |
"type": "fill", | |
"source": "colmar-dominicain", | |
"filter": ["all", ["==", "surface", "paved"]], | |
"paint": {"fill-color": "rgba(189, 187, 187, 1)"} | |
}, | |
{ | |
"id": "colmar-pavement-line", | |
"type": "line", | |
"source": "colmar-dominicain", | |
"filter": ["all", ["==", "surface", "paved"]], | |
"layout": {"visibility": "visible"}, | |
"paint": {"line-width": 1, "line-color": "rgba(106, 106, 106, 1)"} | |
}, | |
{ | |
"id": "colmar-garden", | |
"type": "fill", | |
"source": "colmar-dominicain", | |
"filter": ["all", ["==", "leisure", "garden"]], | |
"paint": {"fill-color": "#41B147"} | |
}, | |
{ | |
"id": "colmar-room", | |
"type": "fill", | |
"source": "colmar-dominicain", | |
"filter": ["all", ["==", "indoor", "room"]], | |
"paint": {"fill-color": "rgba(255, 255, 255, 1)"} | |
}, | |
{ | |
"id": "colmar-wall-outdoor", | |
"type": "fill", | |
"source": "colmar-dominicain", | |
"filter": ["all", ["==", "outdoor", "wall"]], | |
"paint": {"fill-color": "rgba(135, 135, 135, 1)"} | |
}, | |
{ | |
"id": "colmar-outdoor-wall-line", | |
"type": "line", | |
"source": "colmar-dominicain", | |
"filter": ["all", ["==", "outdoor", "wall"]], | |
"paint": {"line-width": 1.5, "line-color": "rgba(63, 63, 63, 1)"} | |
}, | |
{ | |
"id": "colmar-furniture", | |
"type": "fill", | |
"source": "colmar-dominicain", | |
"filter": ["all", ["==", "shop", "furniture"]], | |
"paint": {"fill-color": "rgba(191, 188, 187, 1)"} | |
}, | |
{ | |
"id": "colmar-furniture-line", | |
"type": "line", | |
"source": "colmar-dominicain", | |
"filter": ["all", ["==", "shop", "furniture"]], | |
"layout": {"visibility": "visible"}, | |
"paint": {"line-width": 1.5, "line-color": "rgba(63, 63, 63, 1)"} | |
}, | |
{ | |
"id": "colmar-stairs", | |
"type": "fill", | |
"source": "colmar-dominicain", | |
"filter": ["all", ["==", "stairs", "yes"]], | |
"layout": {"visibility": "none"}, | |
"paint": {"fill-color": "rgba(185, 107, 69, 1)"} | |
}, | |
{ | |
"id": "colmar-stairs-line", | |
"type": "line", | |
"source": "colmar-dominicain", | |
"filter": ["all", ["==", "stairs", "yes"]], | |
"layout": {"visibility": "visible"}, | |
"paint": {"line-width": 1.5, "line-color": "rgba(63, 63, 63, 1)"} | |
}, | |
{ | |
"id": "colmar-wall-indoor", | |
"type": "fill", | |
"source": "colmar-dominicain", | |
"filter": ["all", ["==", "indoor", "wall"]], | |
"layout": {"visibility": "visible"}, | |
"paint": {"fill-color": "rgba(135, 135, 135, 1)"} | |
}, | |
{ | |
"id": "colmar-indoor-wall-line", | |
"type": "line", | |
"source": "colmar-dominicain", | |
"filter": ["all", ["==", "indoor", "wall"]], | |
"layout": {"visibility": "visible"}, | |
"paint": {"line-width": 1.5, "line-color": "rgba(63, 63, 63, 1)"} | |
}, | |
{ | |
"id": "water_label", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1444849320558.5054"}, | |
"source": "composite", | |
"source-layer": "water_label", | |
"filter": ["==", "$type", "Point"], | |
"layout": { | |
"text-font": ["Open_Sans_Italic", "Open_Sans_Regular"], | |
"text-field": "{name_fr}", | |
"text-max-width": 5, | |
"text-size": 12 | |
}, | |
"paint": { | |
"text-color": "#74aee9", | |
"text-halo-width": 1.5, | |
"text-halo-color": "rgba(255,255,255,0.7)" | |
} | |
}, | |
{ | |
"id": "poi_label_1", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1444849297111.495"}, | |
"source": "composite", | |
"source-layer": "poi_label", | |
"minzoom": 12, | |
"filter": [ | |
"all", | |
["==", "$type", "Point"], | |
["==", "scalerank", 1], | |
[ | |
"in", | |
"type", | |
"College", | |
"Library", | |
"School", | |
"University", | |
"Bus Station", | |
"Parking", | |
"Clinic", | |
"Hospital", | |
"Arts Centre", | |
"Foutain", | |
"Planetarium", | |
"Embassy", | |
"Fire Station", | |
"Police", | |
"Townhall", | |
"Stadium", | |
"Train Station", | |
"Public", | |
"Castle", | |
"City Gate", | |
"Monument", | |
"Garden", | |
"Park", | |
"Playground", | |
"Stadium", | |
"Sports_centre", | |
"Obelisk", | |
"Observatory", | |
"Tower", | |
"Tree", | |
"Peak", | |
"Volcano", | |
"Valley", | |
"Cliff", | |
"Stone", | |
"Aquarium", | |
"Attraction", | |
"Information", | |
"Museum", | |
"Viewpoint", | |
"Recreation Ground", | |
"Theatre", | |
"Garden", | |
"Swimming Pool", | |
"Mall", | |
"Public Building", | |
"Place Of Worship", | |
"Bicycle Rental", | |
"Basin", | |
"Art", | |
"Bus Stop", | |
"Artwork" | |
] | |
], | |
"layout": { | |
"icon-image": "{maki}-11", | |
"text-font": ["Open_Sans_Semibold"], | |
"text-field": "{name_fr}", | |
"text-max-width": 9, | |
"text-padding": 2, | |
"text-offset": [0, 0.6], | |
"text-anchor": "top", | |
"text-size": 12 | |
}, | |
"paint": { | |
"text-color": "#969595", | |
"text-halo-color": "#ffffff", | |
"text-halo-width": 1, | |
"text-halo-blur": 0.5 | |
} | |
}, | |
{ | |
"id": "poi_label_2", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1444849297111.495"}, | |
"source": "composite", | |
"source-layer": "poi_label", | |
"minzoom": 13, | |
"filter": [ | |
"all", | |
["==", "$type", "Point"], | |
["==", "scalerank", 2], | |
[ | |
"in", | |
"type", | |
"College", | |
"Library", | |
"School", | |
"University", | |
"Bus Station", | |
"Parking", | |
"Clinic", | |
"Hospital", | |
"Arts Centre", | |
"Foutain", | |
"Planetarium", | |
"Embassy", | |
"Fire Station", | |
"Police", | |
"Townhall", | |
"Stadium", | |
"Train Station", | |
"Public", | |
"Castle", | |
"City Gate", | |
"Monument", | |
"Garden", | |
"Park", | |
"Playground", | |
"Stadium", | |
"Sports_centre", | |
"Obelisk", | |
"Observatory", | |
"Tower", | |
"Tree", | |
"Peak", | |
"Volcano", | |
"Valley", | |
"Cliff", | |
"Stone", | |
"Aquarium", | |
"Attraction", | |
"Information", | |
"Museum", | |
"Viewpoint", | |
"Recreation Ground", | |
"Theatre", | |
"Garden", | |
"Swimming Pool", | |
"Mall", | |
"Public Building", | |
"Place Of Worship", | |
"Bicycle Rental", | |
"Basin", | |
"Art", | |
"Bus Stop", | |
"Artwork" | |
] | |
], | |
"layout": { | |
"icon-image": "{maki}-11", | |
"text-font": ["Open_Sans_Semibold"], | |
"text-field": "{name_fr}", | |
"text-max-width": 9, | |
"text-padding": 2, | |
"text-offset": [0, 0.6], | |
"text-anchor": "top", | |
"text-size": 12 | |
}, | |
"paint": { | |
"text-color": "#969595", | |
"text-halo-color": "#ffffff", | |
"text-halo-width": 1, | |
"text-halo-blur": 0.5 | |
} | |
}, | |
{ | |
"id": "poi_label_3", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1444849297111.495"}, | |
"source": "composite", | |
"source-layer": "poi_label", | |
"minzoom": 14, | |
"filter": [ | |
"all", | |
["==", "$type", "Point"], | |
["==", "scalerank", 3], | |
[ | |
"in", | |
"type", | |
"College", | |
"Library", | |
"School", | |
"University", | |
"Bus Station", | |
"Parking", | |
"Clinic", | |
"Hospital", | |
"Arts Centre", | |
"Foutain", | |
"Planetarium", | |
"Embassy", | |
"Fire Station", | |
"Police", | |
"Townhall", | |
"Stadium", | |
"Train Station", | |
"Public", | |
"Castle", | |
"City Gate", | |
"Monument", | |
"Garden", | |
"Park", | |
"Playground", | |
"Stadium", | |
"Sports_centre", | |
"Obelisk", | |
"Observatory", | |
"Tower", | |
"Tree", | |
"Peak", | |
"Volcano", | |
"Valley", | |
"Cliff", | |
"Stone", | |
"Aquarium", | |
"Attraction", | |
"Information", | |
"Museum", | |
"Viewpoint", | |
"Recreation Ground", | |
"Theatre", | |
"Garden", | |
"Swimming Pool", | |
"Mall", | |
"Public Building", | |
"Place Of Worship", | |
"Bicycle Rental", | |
"Basin", | |
"Art", | |
"Bus Stop", | |
"Artwork" | |
] | |
], | |
"layout": { | |
"icon-image": "{maki}-11", | |
"text-font": ["Open_Sans_Semibold"], | |
"text-field": "{name_fr}", | |
"text-max-width": 9, | |
"text-padding": 2, | |
"text-offset": [0, 0.6], | |
"text-anchor": "top", | |
"text-size": 12, | |
"visibility": "none" | |
}, | |
"paint": { | |
"text-color": "#969595", | |
"text-halo-color": "#ffffff", | |
"text-halo-width": 1, | |
"text-halo-blur": 0.5 | |
} | |
}, | |
{ | |
"id": "poi_label_4", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1444849297111.495"}, | |
"source": "composite", | |
"source-layer": "poi_label", | |
"minzoom": 15, | |
"filter": [ | |
"all", | |
["==", "$type", "Point"], | |
["==", "scalerank", 4], | |
[ | |
"in", | |
"type", | |
"College", | |
"School", | |
"University", | |
"Bus Station", | |
"Parking", | |
"Clinic", | |
"Hospital", | |
"Foutain", | |
"Planetarium", | |
"Embassy", | |
"Fire Station", | |
"Police", | |
"Townhall", | |
"Stadium", | |
"Train Station", | |
"Public", | |
"Castle", | |
"City Gate", | |
"Monument", | |
"Garden", | |
"Park", | |
"Playground", | |
"Stadium", | |
"Sports_centre", | |
"Obelisk", | |
"Observatory", | |
"Tower", | |
"Tree", | |
"Peak", | |
"Volcano", | |
"Valley", | |
"Cliff", | |
"Stone", | |
"Aquarium", | |
"Attraction", | |
"Information", | |
"Museum", | |
"Viewpoint", | |
"Recreation Ground", | |
"Garden", | |
"Swimming Pool", | |
"Mall", | |
"Theatre", | |
"Public Building", | |
"Place Of Worship", | |
"Bicycle Rental", | |
"Basin", | |
"Art", | |
"Bus Stop", | |
"Artwork" | |
] | |
], | |
"layout": { | |
"icon-image": "{maki}-11", | |
"text-font": ["Open_Sans_Semibold"], | |
"text-field": "{name_fr}", | |
"text-max-width": 9, | |
"text-padding": 2, | |
"text-offset": [0, 0.6], | |
"text-anchor": "top", | |
"text-size": 12 | |
}, | |
"paint": { | |
"text-color": "#969595", | |
"text-halo-color": "#ffffff", | |
"text-halo-width": 1, | |
"text-halo-blur": 0.5 | |
} | |
}, | |
{ | |
"id": "road_label", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1456163609504.0715"}, | |
"source": "composite", | |
"source-layer": "road_label", | |
"filter": ["!=", "class", "ferry"], | |
"layout": { | |
"text-size": {"base": 1, "stops": [[13, 12], [14, 13]]}, | |
"text-allow-overlap": false, | |
"symbol-avoid-edges": false, | |
"text-ignore-placement": false, | |
"text-font": ["Open_Sans_Regular", "Open_Sans_Regular"], | |
"symbol-placement": "line", | |
"visibility": "none", | |
"text-pitch-alignment": "map", | |
"text-keep-upright": true, | |
"text-field": "{name_fr}" | |
}, | |
"paint": { | |
"text-color": "hsl(0, 0%, 35%)", | |
"text-halo-width": 1, | |
"text-halo-blur": 0.5 | |
} | |
}, | |
{ | |
"id": "road_label_highway_shield", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1456163609504.0715"}, | |
"source": "composite", | |
"source-layer": "road_label", | |
"minzoom": 8, | |
"filter": ["<=", "reflen", 6], | |
"layout": { | |
"text-size": 11, | |
"icon-image": "motorway_{reflen}", | |
"icon-rotation-alignment": "viewport", | |
"symbol-spacing": 500, | |
"text-font": ["Open_Sans_Semibold", "Open_Sans_Regular"], | |
"symbol-placement": {"base": 1, "stops": [[0, "line"], [22, "line"]]}, | |
"visibility": "none", | |
"text-rotation-alignment": "viewport", | |
"text-field": "{ref}" | |
}, | |
"paint": {} | |
}, | |
{ | |
"id": "road-label-small", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1456163609504.0715"}, | |
"source": "composite", | |
"source-layer": "road_label", | |
"minzoom": 15, | |
"filter": [ | |
"all", | |
[ | |
"!in", | |
"class", | |
"ferry", | |
"link", | |
"motorway", | |
"path", | |
"pedestrian", | |
"primary", | |
"secondary", | |
"street", | |
"street_limited", | |
"tertiary", | |
"track", | |
"trunk" | |
], | |
["==", "$type", "LineString"] | |
], | |
"layout": { | |
"text-size": {"base": 1, "stops": [[15, 10], [20, 13]]}, | |
"text-max-angle": 30, | |
"symbol-spacing": 500, | |
"text-font": ["Open_Sans_Regular"], | |
"symbol-placement": "line", | |
"text-padding": 1, | |
"text-rotation-alignment": "map", | |
"text-field": "{name_fr}", | |
"text-letter-spacing": 0.01 | |
}, | |
"paint": { | |
"text-color": "#6B6B6B", | |
"text-halo-color": "#ffffff", | |
"text-halo-width": 1.25, | |
"text-halo-blur": 0 | |
} | |
}, | |
{ | |
"id": "road-label-medium", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1456163609504.0715"}, | |
"source": "composite", | |
"source-layer": "road_label", | |
"minzoom": 13, | |
"filter": [ | |
"all", | |
["==", "$type", "LineString"], | |
[ | |
"in", | |
"class", | |
"link", | |
"pedestrian", | |
"path", | |
"street", | |
"street_limited" | |
] | |
], | |
"layout": { | |
"text-size": {"base": 1, "stops": [[11, 10], [20, 14]]}, | |
"text-max-angle": 30, | |
"symbol-spacing": 500, | |
"text-font": ["Open_Sans_Regular"], | |
"symbol-placement": "line", | |
"text-padding": 1, | |
"text-rotation-alignment": "map", | |
"text-field": "{name_fr}", | |
"text-letter-spacing": 0.01 | |
}, | |
"paint": { | |
"text-color": "#6B6B6B", | |
"text-halo-color": "#ffffff", | |
"text-halo-width": 1, | |
"text-halo-blur": 0 | |
} | |
}, | |
{ | |
"id": "road-label-large", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1456163609504.0715"}, | |
"source": "composite", | |
"source-layer": "road_label", | |
"minzoom": 12, | |
"filter": [ | |
"in", | |
"class", | |
"motorway", | |
"primary", | |
"secondary", | |
"tertiary", | |
"trunk" | |
], | |
"layout": { | |
"text-size": {"base": 1, "stops": [[9, 10], [20, 16]]}, | |
"text-max-angle": 30, | |
"symbol-spacing": 400, | |
"text-font": ["Open_Sans_Regular"], | |
"symbol-placement": "line", | |
"text-padding": 1, | |
"text-rotation-alignment": "map", | |
"text-field": "{name_fr}", | |
"text-letter-spacing": 0.01 | |
}, | |
"paint": { | |
"text-color": "#6B6B6B", | |
"text-halo-color": "rgba(255,255,255, 0.75)", | |
"text-halo-width": 1, | |
"text-halo-blur": 0 | |
} | |
}, | |
{ | |
"id": "place_label_other", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1444849272561.29"}, | |
"source": "composite", | |
"source-layer": "place_label", | |
"filter": ["in", "type", "island", "islet", "suburb"], | |
"layout": { | |
"text-font": ["Open_Sans_Bold", "Open_Sans_Regular"], | |
"text-transform": "uppercase", | |
"text-letter-spacing": 0.1, | |
"text-field": "{name_fr}", | |
"text-max-width": 9, | |
"text-size": {"base": 1.2, "stops": [[12, 10], [15, 18]]}, | |
"visibility": "visible" | |
}, | |
"paint": { | |
"text-color": "hsl(214, 27%, 42%)", | |
"text-halo-color": "rgba(255,255,255,0.8)", | |
"text-halo-width": 1.2 | |
} | |
}, | |
{ | |
"id": "place_label_village", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1444849272561.29"}, | |
"source": "composite", | |
"source-layer": "place_label", | |
"filter": ["==", "type", "village"], | |
"layout": { | |
"text-font": ["Open_Sans_Regular", "Open_Sans_Regular"], | |
"text-field": "{name_fr}", | |
"text-max-width": 8, | |
"text-size": {"base": 1.2, "stops": [[10, 12], [15, 22]]} | |
}, | |
"paint": { | |
"text-color": "#333", | |
"text-halo-color": "rgba(255,255,255,0.8)", | |
"text-halo-width": 1.2 | |
} | |
}, | |
{ | |
"id": "place_label_town", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1444849272561.29"}, | |
"source": "composite", | |
"source-layer": "place_label", | |
"filter": ["in", "type", "town"], | |
"layout": { | |
"text-font": ["Open_Sans_Regular", "Open_Sans_Regular"], | |
"text-field": "{name_fr}", | |
"text-max-width": 8, | |
"text-size": {"base": 1.2, "stops": [[10, 14], [15, 24]]} | |
}, | |
"paint": { | |
"text-color": "#333", | |
"text-halo-color": "rgba(255,255,255,0.8)", | |
"text-halo-width": 1.2 | |
} | |
}, | |
{ | |
"id": "place_label_city", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1444849272561.29"}, | |
"source": "composite", | |
"source-layer": "place_label", | |
"filter": ["all", ["==", "type", "city"], ["!=", "name_fr", "Paris"]], | |
"layout": { | |
"text-font": ["Open_Sans_Bold", "Open_Sans_Regular"], | |
"text-field": "{name_fr}", | |
"text-max-width": 9, | |
"text-size": {"base": 1.2, "stops": [[7, 12], [11, 20]]} | |
}, | |
"paint": { | |
"text-color": "#444", | |
"text-halo-color": "rgba(255,255,255,0.8)", | |
"text-halo-width": 1.2 | |
} | |
}, | |
{ | |
"id": "place_label_city_Paris", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1444849272561.29"}, | |
"source": "composite", | |
"source-layer": "place_label", | |
"filter": ["all", ["==", "type", "city"], ["==", "name_fr", "Paris"]], | |
"layout": { | |
"text-font": ["Open_Sans_Bold", "Open_Sans_Regular"], | |
"text-field": "{name_fr}", | |
"text-max-width": 10, | |
"text-size": {"base": 1.2, "stops": [[7, 14], [11, 24]]} | |
}, | |
"paint": { | |
"text-color": "#444", | |
"text-halo-color": "rgba(255,255,255,0.8)", | |
"text-halo-width": 1.2 | |
} | |
}, | |
{ | |
"id": "place_label_guadeloupe", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1444849272561.29"}, | |
"source": "composite", | |
"source-layer": "place_label", | |
"maxzoom": 12, | |
"filter": ["all", ["==", "$type", "Point"], ["==", "name", "Les Abymes"]], | |
"layout": { | |
"text-font": ["Open_Sans_Bold"], | |
"text-transform": "uppercase", | |
"text-field": "Guadeloupe", | |
"text-max-width": 6.25, | |
"text-letter-spacing": 0.1, | |
"symbol-placement": "point", | |
"text-size": {"stops": [[4, 11], [6, 15]]} | |
}, | |
"paint": { | |
"text-color": "#334", | |
"text-halo-color": "rgba(255,255,255,0.8)", | |
"text-halo-width": 2, | |
"text-halo-blur": 1 | |
} | |
}, | |
{ | |
"id": "place_label_martinique", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1444849272561.29"}, | |
"source": "composite", | |
"source-layer": "place_label", | |
"minzoom": 1, | |
"maxzoom": 12, | |
"filter": [ | |
"all", | |
["==", "$type", "Point"], | |
["==", "name", "Fort-de-France"] | |
], | |
"layout": { | |
"text-font": ["Open_Sans_Bold"], | |
"text-transform": "uppercase", | |
"text-field": "Martinique", | |
"text-max-width": 6.25, | |
"text-letter-spacing": 0.1, | |
"symbol-placement": "point", | |
"text-offset": { | |
"stops": [ | |
[6, [0, 0]], | |
[8, [-1, -2]], | |
[10, [-5, -5]], | |
[12, [-15, -30]] | |
] | |
}, | |
"text-size": {"stops": [[4, 11], [6, 15]]} | |
}, | |
"paint": { | |
"text-color": "#334", | |
"text-halo-color": "rgba(255,255,255,0.8)", | |
"text-halo-width": 2, | |
"text-halo-blur": 1 | |
} | |
}, | |
{ | |
"id": "place_label_guyane", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1444849272561.29"}, | |
"source": "composite", | |
"source-layer": "place_label", | |
"minzoom": 1, | |
"maxzoom": 12, | |
"filter": ["all", ["==", "$type", "Point"], ["==", "name", "Kourou"]], | |
"layout": { | |
"text-font": ["Open_Sans_Bold"], | |
"text-transform": "uppercase", | |
"text-field": "Guyane", | |
"text-max-width": 6.25, | |
"text-letter-spacing": 0.1, | |
"symbol-placement": "point", | |
"text-offset": { | |
"stops": [ | |
[6, [0, 0]], | |
[8, [-1, -2]], | |
[10, [-5, -5]], | |
[12, [-15, -30]] | |
] | |
}, | |
"text-size": {"stops": [[4, 11], [6, 15]]} | |
}, | |
"paint": { | |
"text-color": "#334", | |
"text-halo-color": "rgba(255,255,255,0.8)", | |
"text-halo-width": 2, | |
"text-halo-blur": 1 | |
} | |
}, | |
{ | |
"id": "place_label_réunion", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1444849272561.29"}, | |
"source": "composite", | |
"source-layer": "place_label", | |
"minzoom": 1, | |
"maxzoom": 12, | |
"filter": ["all", ["==", "$type", "Point"], ["==", "name", "Le Tampon"]], | |
"layout": { | |
"text-font": ["Open_Sans_Bold"], | |
"text-transform": "uppercase", | |
"text-field": "La Réunion", | |
"text-max-width": 6.25, | |
"text-letter-spacing": 0.1, | |
"symbol-placement": "point", | |
"text-offset": { | |
"stops": [ | |
[6, [0, 0]], | |
[8, [-1, -2]], | |
[10, [-5, -5]], | |
[12, [-15, -30]] | |
] | |
}, | |
"text-size": {"stops": [[4, 11], [6, 15]]} | |
}, | |
"paint": { | |
"text-color": "#334", | |
"text-halo-color": "rgba(255,255,255,0.8)", | |
"text-halo-width": 2, | |
"text-halo-blur": 1 | |
} | |
}, | |
{ | |
"id": "place_label_mayotte", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1444849272561.29"}, | |
"source": "composite", | |
"source-layer": "place_label", | |
"minzoom": 1, | |
"maxzoom": 12, | |
"filter": ["all", ["==", "$type", "Point"], ["==", "name", "Chiconi"]], | |
"layout": { | |
"text-font": ["Open_Sans_Bold"], | |
"text-transform": "uppercase", | |
"text-field": "Mayotte", | |
"text-max-width": 6.25, | |
"text-letter-spacing": 0.1, | |
"symbol-placement": "point", | |
"text-size": {"stops": [[4, 11], [6, 15]]} | |
}, | |
"paint": { | |
"text-color": "#334", | |
"text-halo-color": "rgba(255,255,255,0.8)", | |
"text-halo-width": 2, | |
"text-halo-blur": 1 | |
} | |
}, | |
{ | |
"id": "marine_label_line_4", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1444849258897.3083"}, | |
"source": "composite", | |
"source-layer": "marine_label", | |
"filter": [ | |
"all", | |
["==", "$type", "LineString"], | |
[">=", "labelrank", 4], | |
[ | |
"!in", | |
"name_fr", | |
"Gulf of Guinea", | |
"Gulf of Oman", | |
"Gulf of Tonkin", | |
"Great Australian Bight", | |
"Mozambique Channel", | |
"Gulf of Alaska", | |
"Gulf of Aden", | |
"Adriatic Sea", | |
"Bismarck Sea", | |
"Solomon Sea" | |
] | |
], | |
"layout": { | |
"text-font": ["Open_Sans_Regular", "Open_Sans_Regular"], | |
"text-field": "{name_fr}", | |
"text-letter-spacing": 0.2, | |
"symbol-placement": "line", | |
"text-size": {"stops": [[3, 12.5], [4, 14]]}, | |
"text-line-height": 0.2 | |
}, | |
"paint": { | |
"text-color": "hsl(221, 60%, 39%)", | |
"text-halo-color": "hsla(0, 0%, 100%, 0.7)", | |
"text-halo-width": 0.75, | |
"text-halo-blur": 0.75 | |
} | |
}, | |
{ | |
"id": "marine_label_line_4_golfe_guinee", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1444849258897.3083"}, | |
"source": "composite", | |
"source-layer": "marine_label", | |
"filter": [ | |
"all", | |
["==", "$type", "LineString"], | |
[">=", "labelrank", 4], | |
["==", "name_fr", "Gulf of Guinea"] | |
], | |
"layout": { | |
"text-font": ["Open_Sans_Regular", "Open_Sans_Regular"], | |
"text-field": "Golfe de Guinée", | |
"text-letter-spacing": 0.2, | |
"symbol-placement": "line", | |
"text-size": {"stops": [[3, 12.5], [4, 14]]}, | |
"text-line-height": 0.2 | |
}, | |
"paint": { | |
"text-color": "hsl(221, 60%, 39%)", | |
"text-halo-color": "hsla(0, 0%, 100%, 0.7)", | |
"text-halo-width": 0.75, | |
"text-halo-blur": 0.75 | |
} | |
}, | |
{ | |
"id": "marine_label_line_4_mer_solomon", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1444849258897.3083"}, | |
"source": "composite", | |
"source-layer": "marine_label", | |
"filter": [ | |
"all", | |
["==", "$type", "LineString"], | |
[">=", "labelrank", 4], | |
["==", "name_fr", "Solomon Sea"] | |
], | |
"layout": { | |
"text-font": ["Open_Sans_Regular", "Open_Sans_Regular"], | |
"text-field": "Mer des Salomon", | |
"text-letter-spacing": 0.2, | |
"symbol-placement": "line", | |
"text-size": {"stops": [[3, 12.5], [4, 14]]}, | |
"text-line-height": 0.2 | |
}, | |
"paint": { | |
"text-color": "hsl(221, 60%, 39%)", | |
"text-halo-color": "hsla(0, 0%, 100%, 0.7)", | |
"text-halo-width": 0.75, | |
"text-halo-blur": 0.75 | |
} | |
}, | |
{ | |
"id": "marine_label_line_4_mer_bismarck", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1444849258897.3083"}, | |
"source": "composite", | |
"source-layer": "marine_label", | |
"filter": [ | |
"all", | |
["==", "$type", "LineString"], | |
[">=", "labelrank", 4], | |
["==", "name_fr", "Bismarck Sea"] | |
], | |
"layout": { | |
"text-font": ["Open_Sans_Regular", "Open_Sans_Regular"], | |
"text-field": "Mer de Bismarck", | |
"text-letter-spacing": 0.2, | |
"symbol-placement": "line", | |
"text-size": {"stops": [[3, 12.5], [4, 14]]}, | |
"text-line-height": 0.2 | |
}, | |
"paint": { | |
"text-color": "hsl(221, 60%, 39%)", | |
"text-halo-color": "hsla(0, 0%, 100%, 0.7)", | |
"text-halo-width": 0.75, | |
"text-halo-blur": 0.75 | |
} | |
}, | |
{ | |
"id": "marine_label_line_4_mer_adriatique", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1444849258897.3083"}, | |
"source": "composite", | |
"source-layer": "marine_label", | |
"filter": [ | |
"all", | |
["==", "$type", "LineString"], | |
[">=", "labelrank", 4], | |
["==", "name_fr", "Adriatic Sea"] | |
], | |
"layout": { | |
"text-font": ["Open_Sans_Regular", "Open_Sans_Regular"], | |
"text-field": "Mer Adriatique", | |
"text-letter-spacing": 0.2, | |
"symbol-placement": "line", | |
"text-size": {"stops": [[3, 12.5], [4, 14]]}, | |
"text-line-height": 0.2 | |
}, | |
"paint": { | |
"text-color": "hsl(221, 60%, 39%)", | |
"text-halo-color": "hsla(0, 0%, 100%, 0.7)", | |
"text-halo-width": 0.75, | |
"text-halo-blur": 0.75 | |
} | |
}, | |
{ | |
"id": "marine_label_line_4_golfe_oman", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1444849258897.3083"}, | |
"source": "composite", | |
"source-layer": "marine_label", | |
"filter": [ | |
"all", | |
["==", "$type", "LineString"], | |
[">=", "labelrank", 4], | |
["==", "name_fr", "Gulf of Oman"] | |
], | |
"layout": { | |
"text-font": ["Open_Sans_Regular", "Open_Sans_Regular"], | |
"text-field": "Golfe d'Oman", | |
"text-letter-spacing": 0.2, | |
"symbol-placement": "line", | |
"text-size": {"stops": [[3, 12.5], [4, 14]]}, | |
"text-line-height": 0.2 | |
}, | |
"paint": { | |
"text-color": "hsl(221, 60%, 39%)", | |
"text-halo-color": "hsla(0, 0%, 100%, 0.7)", | |
"text-halo-width": 0.75, | |
"text-halo-blur": 0.75 | |
} | |
}, | |
{ | |
"id": "marine_label_line_4_golfe_tonkin", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1444849258897.3083"}, | |
"source": "composite", | |
"source-layer": "marine_label", | |
"filter": [ | |
"all", | |
["==", "$type", "LineString"], | |
[">=", "labelrank", 4], | |
["==", "name_fr", "Gulf of Tonkin"] | |
], | |
"layout": { | |
"text-font": ["Open_Sans_Regular", "Open_Sans_Regular"], | |
"text-field": "Golfe du Tonkin", | |
"text-letter-spacing": 0.2, | |
"symbol-placement": "line", | |
"text-size": {"stops": [[3, 12.5], [4, 14]]}, | |
"text-line-height": 0.2 | |
}, | |
"paint": { | |
"text-color": "hsl(221, 60%, 39%)", | |
"text-halo-color": "hsla(0, 0%, 100%, 0.7)", | |
"text-halo-width": 0.75, | |
"text-halo-blur": 0.75 | |
} | |
}, | |
{ | |
"id": "marine_label_line_4_baie_australienne", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1444849258897.3083"}, | |
"source": "composite", | |
"source-layer": "marine_label", | |
"filter": [ | |
"all", | |
["==", "$type", "LineString"], | |
[">=", "labelrank", 4], | |
["==", "name_fr", "Great Australian Bight"] | |
], | |
"layout": { | |
"text-font": ["Open_Sans_Regular", "Open_Sans_Regular"], | |
"text-field": "Grande Baie Australienne", | |
"text-letter-spacing": 0.2, | |
"symbol-placement": "line", | |
"text-size": {"stops": [[3, 12.5], [4, 14]]}, | |
"text-line-height": 0.2 | |
}, | |
"paint": { | |
"text-color": "hsl(221, 60%, 39%)", | |
"text-halo-color": "hsla(0, 0%, 100%, 0.7)", | |
"text-halo-width": 0.75, | |
"text-halo-blur": 0.75 | |
} | |
}, | |
{ | |
"id": "marine_label_line_4_canal_mozambique", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1444849258897.3083"}, | |
"source": "composite", | |
"source-layer": "marine_label", | |
"filter": [ | |
"all", | |
["==", "$type", "LineString"], | |
[">=", "labelrank", 4], | |
["==", "name_fr", "Mozambique Channel"] | |
], | |
"layout": { | |
"text-font": ["Open_Sans_Regular", "Open_Sans_Regular"], | |
"text-field": "Canal du Mozambique", | |
"text-letter-spacing": 0.2, | |
"symbol-placement": "line", | |
"text-size": {"stops": [[3, 12.5], [4, 14]]}, | |
"text-line-height": 0.2 | |
}, | |
"paint": { | |
"text-color": "hsl(221, 60%, 39%)", | |
"text-halo-color": "hsla(0, 0%, 100%, 0.7)", | |
"text-halo-width": 0.75, | |
"text-halo-blur": 0.75 | |
} | |
}, | |
{ | |
"id": "marine_label_line_4_golfe_alaska", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1444849258897.3083"}, | |
"source": "composite", | |
"source-layer": "marine_label", | |
"filter": [ | |
"all", | |
["==", "$type", "LineString"], | |
[">=", "labelrank", 4], | |
["==", "name_fr", "Gulf of Alaska"] | |
], | |
"layout": { | |
"text-font": ["Open_Sans_Regular", "Open_Sans_Regular"], | |
"text-field": "Golfe d'Alaska", | |
"text-letter-spacing": 0.2, | |
"symbol-placement": "line", | |
"text-size": {"stops": [[3, 12.5], [4, 14]]}, | |
"text-line-height": 0.2 | |
}, | |
"paint": { | |
"text-color": "hsl(221, 60%, 39%)", | |
"text-halo-color": "hsla(0, 0%, 100%, 0.7)", | |
"text-halo-width": 0.75, | |
"text-halo-blur": 0.75 | |
} | |
}, | |
{ | |
"id": "marine_label_line_4_golfe_aden", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1444849258897.3083"}, | |
"source": "composite", | |
"source-layer": "marine_label", | |
"filter": [ | |
"all", | |
["==", "$type", "LineString"], | |
[">=", "labelrank", 4], | |
["==", "name_fr", "Gulf of Aden"] | |
], | |
"layout": { | |
"text-font": ["Open_Sans_Regular", "Open_Sans_Regular"], | |
"text-field": "Golfe d'Aden", | |
"text-letter-spacing": 0.2, | |
"symbol-placement": "line", | |
"text-size": {"stops": [[3, 12.5], [4, 14]]}, | |
"text-line-height": 0.2 | |
}, | |
"paint": { | |
"text-color": "hsl(221, 60%, 39%)", | |
"text-halo-color": "hsla(0, 0%, 100%, 0.7)", | |
"text-halo-width": 0.75, | |
"text-halo-blur": 0.75 | |
} | |
}, | |
{ | |
"id": "marine_label_4", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1444849258897.3083"}, | |
"source": "composite", | |
"source-layer": "marine_label", | |
"filter": [ | |
"all", | |
["==", "$type", "Point"], | |
[">=", "labelrank", 4], | |
[ | |
"all", | |
[ | |
"!in", | |
"name", | |
"Timor Sea", | |
"Bali Sea", | |
"Savu Sea", | |
"Arafura Sea", | |
"Gulf of Thailand", | |
"Gulf of Tadjoura", | |
"Yellow Sea", | |
"Sea of Japan & East Sea", | |
"Ionian Sea", | |
"Golfe di Genova" | |
], | |
["!in", "name_en", "Caspian Sea", "Icarian Sea"] | |
] | |
], | |
"layout": { | |
"text-font": ["Open_Sans_Italic", "Open_Sans_Regular"], | |
"text-field": "{name_fr}", | |
"text-max-width": 6, | |
"text-letter-spacing": 0.2, | |
"symbol-placement": "point", | |
"text-size": {"stops": [[3, 11], [4, 12]]} | |
}, | |
"paint": { | |
"text-color": "hsl(221, 60%, 39%)", | |
"text-halo-color": "#FFF", | |
"text-halo-width": 0.75, | |
"text-halo-blur": 0.75 | |
} | |
}, | |
{ | |
"id": "marine_label_4_arafura", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1444849258897.3083"}, | |
"source": "composite", | |
"source-layer": "marine_label", | |
"filter": [ | |
"all", | |
["==", "$type", "Point"], | |
[">=", "labelrank", 4], | |
["==", "name", "Arafura Sea"] | |
], | |
"layout": { | |
"text-font": ["Open_Sans_Italic", "Open_Sans_Regular"], | |
"text-field": "Mer d'Arafura", | |
"text-max-width": 6, | |
"text-letter-spacing": 0.2, | |
"symbol-placement": "point", | |
"text-size": {"stops": [[3, 11], [4, 12]]} | |
}, | |
"paint": { | |
"text-color": "hsl(221, 60%, 39%)", | |
"text-halo-color": "#FFF", | |
"text-halo-width": 0.75, | |
"text-halo-blur": 0.75 | |
} | |
}, | |
{ | |
"id": "marine_label_4_golfe_thailande", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1444849258897.3083"}, | |
"source": "composite", | |
"source-layer": "marine_label", | |
"filter": [ | |
"all", | |
["==", "$type", "Point"], | |
[">=", "labelrank", 4], | |
["==", "name", "Gulf of Thailand"] | |
], | |
"layout": { | |
"text-font": ["Open_Sans_Italic", "Open_Sans_Regular"], | |
"text-field": "Golfe de Thaïlande", | |
"text-max-width": 6, | |
"text-letter-spacing": 0.2, | |
"symbol-placement": "point", | |
"text-size": {"stops": [[3, 11], [4, 12]]} | |
}, | |
"paint": { | |
"text-color": "hsl(221, 60%, 39%)", | |
"text-halo-color": "#FFF", | |
"text-halo-width": 0.75, | |
"text-halo-blur": 0.75 | |
} | |
}, | |
{ | |
"id": "marine_label_4_golfe_tadjourah", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1444849258897.3083"}, | |
"source": "composite", | |
"source-layer": "marine_label", | |
"filter": [ | |
"all", | |
["==", "$type", "Point"], | |
[">=", "labelrank", 4], | |
["==", "name", "Gulf of Tadjoura"] | |
], | |
"layout": { | |
"text-font": ["Open_Sans_Italic", "Open_Sans_Regular"], | |
"text-field": "Golfe de Tadjourah", | |
"text-max-width": 6, | |
"text-letter-spacing": 0.2, | |
"symbol-placement": "point", | |
"text-size": {"stops": [[3, 11], [4, 12]]} | |
}, | |
"paint": { | |
"text-color": "hsl(221, 60%, 39%)", | |
"text-halo-color": "#FFF", | |
"text-halo-width": 0.75, | |
"text-halo-blur": 0.75 | |
} | |
}, | |
{ | |
"id": "marine_label_4_mer_jaune", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1444849258897.3083"}, | |
"source": "composite", | |
"source-layer": "marine_label", | |
"filter": [ | |
"all", | |
["==", "$type", "Point"], | |
[">=", "labelrank", 4], | |
["==", "name", "Yellow Sea"] | |
], | |
"layout": { | |
"text-font": ["Open_Sans_Italic", "Open_Sans_Regular"], | |
"text-field": "Mer Jaune", | |
"text-max-width": 6, | |
"text-letter-spacing": 0.2, | |
"symbol-placement": "point", | |
"text-size": {"stops": [[3, 11], [4, 12]]} | |
}, | |
"paint": { | |
"text-color": "hsl(221, 60%, 39%)", | |
"text-halo-color": "#FFF", | |
"text-halo-width": 0.75, | |
"text-halo-blur": 0.75 | |
} | |
}, | |
{ | |
"id": "marine_label_4_mer_japon", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1444849258897.3083"}, | |
"source": "composite", | |
"source-layer": "marine_label", | |
"filter": [ | |
"all", | |
["==", "$type", "Point"], | |
[">=", "labelrank", 4], | |
["==", "name", "Sea of Japan & East Sea"] | |
], | |
"layout": { | |
"text-font": ["Open_Sans_Italic", "Open_Sans_Regular"], | |
"text-field": "Mer du Japon & Mer de l'Est", | |
"text-max-width": 6, | |
"text-letter-spacing": 0.2, | |
"symbol-placement": "point", | |
"text-size": {"stops": [[3, 11], [4, 12]]} | |
}, | |
"paint": { | |
"text-color": "hsl(221, 60%, 39%)", | |
"text-halo-color": "#FFF", | |
"text-halo-width": 0.75, | |
"text-halo-blur": 0.75 | |
} | |
}, | |
{ | |
"id": "marine_label_4_mer_ionienne", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1444849258897.3083"}, | |
"source": "composite", | |
"source-layer": "marine_label", | |
"filter": [ | |
"all", | |
["==", "$type", "Point"], | |
[">=", "labelrank", 4], | |
["==", "name", "Ionian Sea"] | |
], | |
"layout": { | |
"text-font": ["Open_Sans_Italic", "Open_Sans_Regular"], | |
"text-field": "Mer Ionienne", | |
"text-max-width": 6, | |
"text-letter-spacing": 0.2, | |
"symbol-placement": "point", | |
"text-size": {"stops": [[3, 11], [4, 12]]} | |
}, | |
"paint": { | |
"text-color": "hsl(221, 60%, 39%)", | |
"text-halo-color": "#FFF", | |
"text-halo-width": 0.75, | |
"text-halo-blur": 0.75 | |
} | |
}, | |
{ | |
"id": "marine_label_4_golfe_genes", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1444849258897.3083"}, | |
"source": "composite", | |
"source-layer": "marine_label", | |
"filter": [ | |
"all", | |
["==", "$type", "Point"], | |
[">=", "labelrank", 4], | |
["==", "name", "Golfo di Genova"] | |
], | |
"layout": { | |
"text-font": ["Open_Sans_Italic", "Open_Sans_Regular"], | |
"text-field": "Golfe de Gênes", | |
"text-max-width": 6, | |
"text-letter-spacing": 0.2, | |
"symbol-placement": "point", | |
"text-size": {"stops": [[3, 11], [4, 12]]} | |
}, | |
"paint": { | |
"text-color": "hsl(221, 60%, 39%)", | |
"text-halo-color": "#FFF", | |
"text-halo-width": 0.75, | |
"text-halo-blur": 0.75 | |
} | |
}, | |
{ | |
"id": "marine_label_4_mer_caspienne", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1444849258897.3083"}, | |
"source": "composite", | |
"source-layer": "marine_label", | |
"filter": [ | |
"all", | |
["==", "$type", "Point"], | |
[">=", "labelrank", 4], | |
["==", "name_en", "Caspian Sea"] | |
], | |
"layout": { | |
"text-font": ["Open_Sans_Italic", "Open_Sans_Regular"], | |
"text-field": "Mer Caspienne", | |
"text-max-width": 6, | |
"text-letter-spacing": 0.2, | |
"symbol-placement": "point", | |
"text-size": {"stops": [[3, 11], [4, 12]]} | |
}, | |
"paint": { | |
"text-color": "hsl(221, 60%, 39%)", | |
"text-halo-color": "#FFF", | |
"text-halo-width": 0.75, | |
"text-halo-blur": 0.75 | |
} | |
}, | |
{ | |
"id": "marine_label_4_mer_icarienne", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1444849258897.3083"}, | |
"source": "composite", | |
"source-layer": "marine_label", | |
"filter": [ | |
"all", | |
["==", "$type", "Point"], | |
[">=", "labelrank", 4], | |
["==", "name_en", "Icarian Sea"] | |
], | |
"layout": { | |
"text-font": ["Open_Sans_Italic", "Open_Sans_Regular"], | |
"text-field": "Mer Icarienne", | |
"text-max-width": 6, | |
"text-letter-spacing": 0.2, | |
"symbol-placement": "point", | |
"text-size": {"stops": [[3, 11], [4, 12]]} | |
}, | |
"paint": { | |
"text-color": "hsl(221, 60%, 39%)", | |
"text-halo-color": "#FFF", | |
"text-halo-width": 0.75, | |
"text-halo-blur": 0.75 | |
} | |
}, | |
{ | |
"id": "marine_label_4_mer_timor", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1444849258897.3083"}, | |
"source": "composite", | |
"source-layer": "marine_label", | |
"filter": [ | |
"all", | |
["==", "$type", "Point"], | |
[">=", "labelrank", 4], | |
["==", "name", "Timor Sea"] | |
], | |
"layout": { | |
"text-font": ["Open_Sans_Italic", "Open_Sans_Regular"], | |
"text-field": "Mer du Timor", | |
"text-max-width": 6, | |
"text-letter-spacing": 0.2, | |
"symbol-placement": "point", | |
"text-size": {"stops": [[3, 11], [4, 12]]} | |
}, | |
"paint": { | |
"text-color": "hsl(221, 60%, 39%)", | |
"text-halo-color": "#FFF", | |
"text-halo-width": 0.75, | |
"text-halo-blur": 0.75 | |
} | |
}, | |
{ | |
"id": "marine_label_4_bali", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1444849258897.3083"}, | |
"source": "composite", | |
"source-layer": "marine_label", | |
"filter": [ | |
"all", | |
["==", "$type", "Point"], | |
[">=", "labelrank", 4], | |
["==", "name", "Bali Sea"] | |
], | |
"layout": { | |
"text-font": ["Open_Sans_Italic", "Open_Sans_Regular"], | |
"text-field": "Mer de Bali", | |
"text-max-width": 6, | |
"text-letter-spacing": 0.2, | |
"symbol-placement": "point", | |
"text-size": {"stops": [[3, 11], [4, 12]]} | |
}, | |
"paint": { | |
"text-color": "hsl(221, 60%, 39%)", | |
"text-halo-color": "#FFF", | |
"text-halo-width": 0.75, | |
"text-halo-blur": 0.75 | |
} | |
}, | |
{ | |
"id": "marine_label_4_savu", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1444849258897.3083"}, | |
"source": "composite", | |
"source-layer": "marine_label", | |
"filter": [ | |
"all", | |
["==", "$type", "Point"], | |
[">=", "labelrank", 4], | |
["==", "name", "Savu Sea"] | |
], | |
"layout": { | |
"text-font": ["Open_Sans_Italic", "Open_Sans_Regular"], | |
"text-field": "Mer de Savu", | |
"text-max-width": 6, | |
"text-letter-spacing": 0.2, | |
"symbol-placement": "point", | |
"text-size": {"stops": [[3, 11], [4, 12]]} | |
}, | |
"paint": { | |
"text-color": "hsl(221, 60%, 39%)", | |
"text-halo-color": "#FFF", | |
"text-halo-width": 0.75, | |
"text-halo-blur": 0.75 | |
} | |
}, | |
{ | |
"id": "marine_label_line_3", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1444849258897.3083"}, | |
"source": "composite", | |
"source-layer": "marine_label", | |
"filter": [ | |
"all", | |
["==", "$type", "LineString"], | |
["==", "labelrank", 3], | |
["!in", "name_fr", "Black Sea", "Baltic Sea", "Celebes Sea"] | |
], | |
"layout": { | |
"text-font": ["Open_Sans_Italic", "Open_Sans_Regular"], | |
"text-field": "{name_fr}", | |
"text-letter-spacing": 0.2, | |
"symbol-placement": "line", | |
"text-size": {"stops": [[3, 11], [4, 14]]} | |
}, | |
"paint": { | |
"text-color": "#74aee9", | |
"text-halo-color": "rgba(255,255,255,0.7)", | |
"text-halo-width": 0.75, | |
"text-halo-blur": 0.75 | |
} | |
}, | |
{ | |
"id": "marine_label_line_3_mer_noire", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1444849258897.3083"}, | |
"source": "composite", | |
"source-layer": "marine_label", | |
"filter": [ | |
"all", | |
["==", "$type", "LineString"], | |
["==", "labelrank", 3], | |
["==", "name_fr", "Black Sea"] | |
], | |
"layout": { | |
"text-font": ["Open_Sans_Italic", "Open_Sans_Regular"], | |
"text-field": "Mer Noire", | |
"text-letter-spacing": 0.2, | |
"symbol-placement": "line", | |
"text-size": {"stops": [[3, 11], [4, 14]]} | |
}, | |
"paint": { | |
"text-color": "#74aee9", | |
"text-halo-color": "rgba(255,255,255,0.7)", | |
"text-halo-width": 0.75, | |
"text-halo-blur": 0.75 | |
} | |
}, | |
{ | |
"id": "marine_label_line_3_mer_baltique", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1444849258897.3083"}, | |
"source": "composite", | |
"source-layer": "marine_label", | |
"filter": [ | |
"all", | |
["==", "$type", "LineString"], | |
["==", "labelrank", 3], | |
["==", "name_fr", "Baltic Sea"] | |
], | |
"layout": { | |
"text-font": ["Open_Sans_Italic", "Open_Sans_Regular"], | |
"text-field": "Mer Baltique", | |
"text-letter-spacing": 0.2, | |
"symbol-placement": "line", | |
"text-size": {"stops": [[3, 11], [4, 14]]} | |
}, | |
"paint": { | |
"text-color": "#74aee9", | |
"text-halo-color": "rgba(255,255,255,0.7)", | |
"text-halo-width": 0.75, | |
"text-halo-blur": 0.75 | |
} | |
}, | |
{ | |
"id": "marine_label_line_3_mer_celebes", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1444849258897.3083"}, | |
"source": "composite", | |
"source-layer": "marine_label", | |
"filter": [ | |
"all", | |
["==", "$type", "LineString"], | |
["==", "labelrank", 3], | |
["==", "name_fr", "Celebes Sea"] | |
], | |
"layout": { | |
"text-font": ["Open_Sans_Italic", "Open_Sans_Regular"], | |
"text-field": "Mer de Célèbes", | |
"text-letter-spacing": 0.2, | |
"symbol-placement": "line", | |
"text-size": {"stops": [[3, 11], [4, 14]]} | |
}, | |
"paint": { | |
"text-color": "#74aee9", | |
"text-halo-color": "rgba(255,255,255,0.7)", | |
"text-halo-width": 0.75, | |
"text-halo-blur": 0.75 | |
} | |
}, | |
{ | |
"id": "marine_label_point_3", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1444849258897.3083"}, | |
"source": "composite", | |
"source-layer": "marine_label", | |
"filter": [ | |
"all", | |
["==", "$type", "Point"], | |
[ | |
"all", | |
["==", "labelrank", 3], | |
["!in", "name", "Bay of Biscay", "Hudson Bay", "Sea of Okhotsk"] | |
] | |
], | |
"layout": { | |
"text-font": ["Open_Sans_Italic", "Open_Sans_Regular"], | |
"text-field": "{name_fr}", | |
"text-max-width": 5, | |
"text-letter-spacing": 0.2, | |
"symbol-placement": "point", | |
"text-size": {"stops": [[3, 11], [4, 14]]} | |
}, | |
"paint": { | |
"text-color": "#74aee9", | |
"text-halo-color": "rgba(255,255,255,0.7)", | |
"text-halo-width": 0.75, | |
"text-halo-blur": 0.75 | |
} | |
}, | |
{ | |
"id": "marine_label_point_3_Golfe_Gascogne", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1444849258897.3083"}, | |
"source": "composite", | |
"source-layer": "marine_label", | |
"filter": [ | |
"all", | |
["==", "$type", "Point"], | |
["all", ["==", "labelrank", 3], ["==", "name", "Bay of Biscay"]] | |
], | |
"layout": { | |
"text-font": ["Open_Sans_Italic", "Open_Sans_Regular"], | |
"text-field": "Golfe de Gascogne", | |
"text-max-width": 5, | |
"text-letter-spacing": 0.2, | |
"symbol-placement": "point", | |
"text-size": {"stops": [[3, 11], [4, 14]]} | |
}, | |
"paint": { | |
"text-color": "#74aee9", | |
"text-halo-color": "rgba(255,255,255,0.7)", | |
"text-halo-width": 0.75, | |
"text-halo-blur": 0.75 | |
} | |
}, | |
{ | |
"id": "marine_label_point_3_baie_hudson", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1444849258897.3083"}, | |
"source": "composite", | |
"source-layer": "marine_label", | |
"filter": [ | |
"all", | |
["==", "$type", "Point"], | |
["all", ["==", "labelrank", 3], ["==", "name_fr", "Hudson Bay"]] | |
], | |
"layout": { | |
"text-font": ["Open_Sans_Italic", "Open_Sans_Regular"], | |
"text-field": "Baie d'Hudson", | |
"text-max-width": 5, | |
"text-letter-spacing": 0.2, | |
"symbol-placement": "point", | |
"text-size": {"stops": [[3, 11], [4, 14]]} | |
}, | |
"paint": { | |
"text-color": "#74aee9", | |
"text-halo-color": "rgba(255,255,255,0.7)", | |
"text-halo-width": 0.75, | |
"text-halo-blur": 0.75 | |
} | |
}, | |
{ | |
"id": "marine_label_point_3_mer_okhotsk", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1444849258897.3083"}, | |
"source": "composite", | |
"source-layer": "marine_label", | |
"filter": [ | |
"all", | |
["==", "$type", "Point"], | |
["all", ["==", "labelrank", 3], ["==", "name_fr", "Sea of Okhotsk"]] | |
], | |
"layout": { | |
"text-font": ["Open_Sans_Italic", "Open_Sans_Regular"], | |
"text-field": "Mer d'Okhotsk", | |
"text-max-width": 5, | |
"text-letter-spacing": 0.2, | |
"symbol-placement": "point", | |
"text-size": {"stops": [[3, 11], [4, 14]]} | |
}, | |
"paint": { | |
"text-color": "#74aee9", | |
"text-halo-color": "rgba(255,255,255,0.7)", | |
"text-halo-width": 0.75, | |
"text-halo-blur": 0.75 | |
} | |
}, | |
{ | |
"id": "marine_label_line_2", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1444849258897.3083"}, | |
"source": "composite", | |
"source-layer": "marine_label", | |
"filter": [ | |
"all", | |
["==", "$type", "LineString"], | |
["==", "labelrank", 2], | |
["!in", "name_fr", "Baffin Bay"] | |
], | |
"layout": { | |
"text-font": ["Open_Sans_Italic", "Open_Sans_Regular"], | |
"text-field": "{name_fr}", | |
"text-letter-spacing": 0.2, | |
"symbol-placement": "line", | |
"text-size": {"stops": [[3, 14], [4, 16]]} | |
}, | |
"paint": { | |
"text-color": "#74aee9", | |
"text-halo-color": "rgba(255,255,255,0.7)", | |
"text-halo-width": 0.75, | |
"text-halo-blur": 0.75 | |
} | |
}, | |
{ | |
"id": "marine_label_line_2_baie_baffin", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1444849258897.3083"}, | |
"source": "composite", | |
"source-layer": "marine_label", | |
"filter": [ | |
"all", | |
["==", "$type", "LineString"], | |
["==", "labelrank", 2], | |
["==", "name_fr", "Baffin Bay"] | |
], | |
"layout": { | |
"text-font": ["Open_Sans_Italic", "Open_Sans_Regular"], | |
"text-field": "Baie de Baffin", | |
"text-letter-spacing": 0.2, | |
"symbol-placement": "line", | |
"text-size": {"stops": [[3, 14], [4, 16]]} | |
}, | |
"paint": { | |
"text-color": "#74aee9", | |
"text-halo-color": "rgba(255,255,255,0.7)", | |
"text-halo-width": 0.75, | |
"text-halo-blur": 0.75 | |
} | |
}, | |
{ | |
"id": "marine_label_point_2", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1444849258897.3083"}, | |
"source": "composite", | |
"source-layer": "marine_label", | |
"filter": [ | |
"all", | |
["==", "$type", "Point"], | |
["==", "labelrank", 2], | |
["!in", "name_en", "Coral Sea"] | |
], | |
"layout": { | |
"text-font": ["Open_Sans_Italic", "Open_Sans_Regular"], | |
"text-field": "{name_fr}", | |
"text-max-width": 5, | |
"text-letter-spacing": 0.2, | |
"symbol-placement": "point", | |
"text-size": {"stops": [[3, 14], [4, 16]]} | |
}, | |
"paint": { | |
"text-color": "#74aee9", | |
"text-halo-color": "rgba(255,255,255,0.7)", | |
"text-halo-width": 0.75, | |
"text-halo-blur": 0.75 | |
} | |
}, | |
{ | |
"id": "marine_label_point_2_mer_corail", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1444849258897.3083"}, | |
"source": "composite", | |
"source-layer": "marine_label", | |
"filter": [ | |
"all", | |
["==", "$type", "Point"], | |
["==", "labelrank", 2], | |
["==", "name_en", "Coral Sea"] | |
], | |
"layout": { | |
"text-font": ["Open_Sans_Italic", "Open_Sans_Regular"], | |
"text-field": "Mer de Corail", | |
"text-max-width": 5, | |
"text-letter-spacing": 0.2, | |
"symbol-placement": "point", | |
"text-size": {"stops": [[3, 14], [4, 16]]} | |
}, | |
"paint": { | |
"text-color": "#74aee9", | |
"text-halo-color": "rgba(255,255,255,0.7)", | |
"text-halo-width": 0.75, | |
"text-halo-blur": 0.75 | |
} | |
}, | |
{ | |
"id": "marine_label_line_1", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1444849258897.3083"}, | |
"source": "composite", | |
"source-layer": "marine_label", | |
"filter": ["all", ["==", "$type", "LineString"], ["==", "labelrank", 1]], | |
"layout": { | |
"text-font": ["Open_Sans_Italic", "Open_Sans_Regular"], | |
"text-field": "{name_fr}", | |
"text-letter-spacing": 0.2, | |
"symbol-placement": "line", | |
"text-size": {"stops": [[3, 18], [4, 22]]} | |
}, | |
"paint": { | |
"text-color": "#74aee9", | |
"text-halo-color": "rgba(255,255,255,0.7)", | |
"text-halo-width": 0.75, | |
"text-halo-blur": 0.75 | |
} | |
}, | |
{ | |
"id": "marine_label_point_1", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1444849258897.3083"}, | |
"source": "composite", | |
"source-layer": "marine_label", | |
"filter": [ | |
"all", | |
["==", "$type", "Point"], | |
["==", "labelrank", 1], | |
["!in", "name", "North Pacific Ocean", "South Pacific Ocean"] | |
], | |
"layout": { | |
"text-font": ["Open_Sans_Italic", "Open_Sans_Regular"], | |
"text-field": "{name_fr}", | |
"text-max-width": 5, | |
"text-letter-spacing": 0.2, | |
"text-line-height": 1.6, | |
"symbol-placement": "point", | |
"text-offset": [0, 2.4], | |
"text-size": {"stops": [[3, 18], [4, 22]]} | |
}, | |
"paint": { | |
"text-color": "#74aee9", | |
"text-halo-color": "rgba(255,255,255,0.7)", | |
"text-halo-width": 0.75, | |
"text-halo-blur": 0.75 | |
} | |
}, | |
{ | |
"id": "marine_label_point_ocean_pacifique-nord", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1444849258897.3083"}, | |
"source": "composite", | |
"source-layer": "marine_label", | |
"filter": [ | |
"all", | |
["==", "$type", "Point"], | |
["==", "labelrank", 1], | |
["==", "name", "North Pacific Ocean"] | |
], | |
"layout": { | |
"text-font": ["Open_Sans_Italic", "Open_Sans_Regular"], | |
"text-field": "Océan Pacifique Nord", | |
"text-max-width": 5, | |
"text-letter-spacing": 0.2, | |
"text-line-height": 1.6, | |
"symbol-placement": "point", | |
"text-offset": [0, 2.4], | |
"text-size": {"stops": [[3, 18], [4, 22]]} | |
}, | |
"paint": { | |
"text-color": "#74aee9", | |
"text-halo-color": "rgba(255,255,255,0.7)", | |
"text-halo-width": 0.75, | |
"text-halo-blur": 0.75 | |
} | |
}, | |
{ | |
"id": "marine_label_point_ocean_pacifique-sud", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1444849258897.3083"}, | |
"source": "composite", | |
"source-layer": "marine_label", | |
"filter": [ | |
"all", | |
["==", "$type", "Point"], | |
["==", "labelrank", 1], | |
["==", "name", "South Pacific Ocean"] | |
], | |
"layout": { | |
"text-font": ["Open_Sans_Italic", "Open_Sans_Regular"], | |
"text-field": "Océan Pacifique Sud", | |
"text-max-width": 5, | |
"text-letter-spacing": 0.2, | |
"text-line-height": 1.6, | |
"symbol-placement": "point", | |
"text-offset": [0, 2.4], | |
"text-size": {"stops": [[3, 18], [4, 22]]} | |
}, | |
"paint": { | |
"text-color": "#74aee9", | |
"text-halo-color": "rgba(255,255,255,0.7)", | |
"text-halo-width": 0.75, | |
"text-halo-blur": 0.75 | |
} | |
}, | |
{ | |
"id": "country_label_4", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1444849242106.713"}, | |
"source": "composite", | |
"source-layer": "country_label", | |
"filter": [">=", "scalerank", 4], | |
"layout": { | |
"text-font": ["Open_Sans_Bold", "Open_Sans_Regular"], | |
"text-field": "{name_fr}", | |
"text-max-width": 6.25, | |
"text-transform": "uppercase", | |
"text-size": {"stops": [[4, 11], [6, 15]]}, | |
"visibility": "visible" | |
}, | |
"paint": { | |
"text-color": "#334", | |
"text-halo-color": "rgba(255,255,255,0.8)", | |
"text-halo-width": 2, | |
"text-halo-blur": 1 | |
} | |
}, | |
{ | |
"id": "country_label_3", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1444849242106.713"}, | |
"source": "composite", | |
"source-layer": "country_label", | |
"filter": ["==", "scalerank", 3], | |
"layout": { | |
"text-font": ["Open_Sans_Bold", "Open_Sans_Regular"], | |
"text-field": "{name_fr}", | |
"text-max-width": 6.25, | |
"text-transform": "uppercase", | |
"text-size": {"stops": [[3, 11], [7, 17]]}, | |
"visibility": "visible" | |
}, | |
"paint": { | |
"text-color": "#334", | |
"text-halo-color": "rgba(255,255,255,0.8)", | |
"text-halo-width": 2, | |
"text-halo-blur": 1 | |
} | |
}, | |
{ | |
"id": "country_label_2", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1444849242106.713"}, | |
"source": "composite", | |
"source-layer": "country_label", | |
"filter": ["==", "scalerank", 2], | |
"layout": { | |
"text-font": ["Open_Sans_Bold", "Open_Sans_Regular"], | |
"text-field": "{name_fr}", | |
"text-max-width": 6.25, | |
"text-transform": "uppercase", | |
"text-size": {"stops": [[2, 11], [5, 17]]}, | |
"visibility": "visible" | |
}, | |
"paint": { | |
"text-color": "#444", | |
"text-halo-color": "rgba(255,255,255,0.8)", | |
"text-halo-width": 2, | |
"text-halo-blur": 1 | |
} | |
}, | |
{ | |
"id": "country_label_1", | |
"type": "symbol", | |
"metadata": {"mapbox:group": "1444849242106.713"}, | |
"source": "composite", | |
"source-layer": "country_label", | |
"filter": ["==", "scalerank", 1], | |
"layout": { | |
"text-font": ["Open_Sans_Bold", "Open_Sans_Regular"], | |
"text-field": "{name_fr}", | |
"text-max-width": 6.25, | |
"text-transform": "uppercase", | |
"text-size": {"stops": [[1, 11], [4, 17]]}, | |
"visibility": "visible" | |
}, | |
"paint": { | |
"text-color": "#334", | |
"text-halo-color": "rgba(255,255,255,0.8)", | |
"text-halo-width": 2, | |
"text-halo-blur": 1 | |
} | |
} | |
], | |
"id": "u8kgoe61b" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment