-
Notifications
You must be signed in to change notification settings - Fork 1
/
appConfig.json
101 lines (96 loc) · 3.84 KB
/
appConfig.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
{
"map": {
"projection": "EPSG:3857",
//"extent": [97805.10450538254, 3975325.5395915597, 624149.7135073378, 4290248.833085548],
//"centerPoint": [624149.7135073378, 4290248.833085548],
"defaultLayers": ["vector.Publi-Sigpac", "vector.2019_Elecc_municp_25830", "vector.Andalucia_25830"] //"osm",, "vector.ImpMunicip_2019", "vector.Andalucia-25830","vector.Publi-Sigpac", "vector.restaurantes-cordoba", "vector.ruta-estrella-michelin-cordoba", "vector.Andalucia"
},
"raster": {
"wms1": {
"title": "PNOA Mosaico",
"type": "wms",
"attributions": "© <a target='_blank' href='http://www.scne.es'>Sistema Cartográfico Nacional</a>",
"url": "http://www.ign.es/wms-inspire/pnoa-ma",
"layers": "OI.MosaicElement"
},
"wmts1": {
"title": "Argentina WMTS Example",
"type": "wmts",
"attributions": "© <a target='_blank' href='http://www.scne.es'>Sistema Cartográfico Nacional</a>",
"url": "https://ide.ign.gob.ar/geoservicios/rest/services/sensores_remotos/mendoza/ImageServer/WMTS",
"layer": "sensores_remotos_mendoza",
"format": "image/jpgpng",
"style": "default",
"matrixSet": "default028mm"
}
},
"vector": {
"2019_Elecc_municp_25830": {
"name": "2019_Elecc_municp_25830",
"type": "vector",
"source": "url",
"uri": "./geojson/2019_Elecc_municp_25830.geojson",
"format": "geojson",
"srs": "EPSG:25830",
"sld": "./sld/PODEMOS.sld",
"sldLayer": "PODEMOS"
},
"Publi-Sigpac": {
"name": "Publi_Sigpac",
"type": "vector",
"source": "url",
"uri": "./geojson/PubliSigpac.geojson",
"format": "geojson",
"srs": "EPSG:25830"
},
"ImpMunicip_2019": {
"name": "ImpMunicip_2019",
"type": "vector-tile",
"source": "url",
"uri": "./geojson/ImpMunicip_2019.geojson",
"format": "geojson",
"srs": "EPSG:25830"
},
"Andalucia": {
"name": "Andalucia",
"type": "vector-tile",
"source": "url",
"uri": "./geojson/andalucia.geojson",
"format": "geojson",
"srs": "EPSG:4326",
"sld": "./sld/andalucia.sld"
},
"Andalucia_25830": {
"name": "Provincias_Andalucia",
"type": "vector",
"source": "url",
"uri": "./geojson/Andalucia-25830.geojson",
"format": "geojson",
"srs": "EPSG:25830"
},
"Medina-azahara": {
"name": "medina-azahara",
"type": "vector",
"source": "url",
"uri": "https://raw.githubusercontent.com/jmmluna/geodata/master/medina_azahara/Mad%C3%ADnat%20al-Zahra.geojson",
"format": "geojson",
"srs": "EPSG:4326"
},
"restaurantes-cordoba": {
"name": "restaurantes-cordoba",
"type": "vector-tile",
"source": "url",
"uri": "https://raw.githubusercontent.com/geowe/geodata/master/gastro-rutas-cordoba/Restaurantes_cordoba_provincia_WGS84.geojson",
"format": "geojson",
"srs": "EPSG:4326"
},
"ruta-estrella-michelin-cordoba": {
"name": "restaurantes-cordoba",
"type": "vector-tile",
"source": "url",
"uri": "https://raw.githubusercontent.com/geowe/geodata/master/gastro-rutas-cordoba/Ruta_estrellas_michelin_cordoba_epsg3857.geojson",
"format": "geojson",
"srs": "EPSG:3857"
}
}
}