-
Notifications
You must be signed in to change notification settings - Fork 1
/
manifest.json
26 lines (26 loc) · 1.02 KB
/
manifest.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
{
"js": [
"js/OpenLayers.Layer.Bing.js",
"js/main.js"
],
"css": [
"css/main.css"
],
"default_options": {
"target": "tbar_11"
},
"i18n": {
"en": {
"virtualearth.helper_message": "Virtual Earth Layer is now displayed on the map. Maybe you have to uncheck any other base layers (eg: OSM) to see it"
},
"es": {
"virtualearth.helper_message": "Virtual Earth ahora se muestra en el mapa . Tal vez usted tiene que desactivar cualquier otra capa de base (por ejemplo: OSM ) para verlo"
},
"fr": {
"virtualearth.helper_message": "L'image Virtual Earth est maintenant affichée sur la carte. Pour la voir, vous devrez peut-être décocher les autres fonds de carte, ex: Open Street Map"
},
"de": {
"virtualearth.helper_message": "Virtual Earth wird nun auf der Karte angezeigt. Vielleicht sollten Sie eine andere Basisschicht (zB OSM) deaktivieren Sie es sehen können"
}
}
}