-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmanifest.json
102 lines (102 loc) · 5.16 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
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
102
{
"js": [
"js/lib/openlayers/Format/OWSCommon/v1_1_0.js",
"js/lib/openlayers/Format/WFST/v1_1_0.js",
"js/lib/openlayers/Format/WPSDescribeProcess.js",
"js/lib/openlayers/Format/WCSGetCoverage.js",
"js/WPSAxacute.js",
"js/lib/openlayers/Icon.js",
"js/lib/openlayers/Marker.js",
"js/lib/openlayers/Layer/Markers.js",
"js/lib/ext/ux/fileuploadfield/FileUploadField.js",
"js/dygraph-combined.js",
"js/profilechart.js",
"js/profile.js"
],
"css": [
"css/profile.css"
],
"default_options": {
"wpsurl": "http://geobretagne.fr/wps/mnt",
"identifier": "getProfileProcess",
"rangeselector": "false",
"colors": [
"FF0000",
"556B2F",
"6495ED"
]
},
"i18n": {
"es": {},
"en": {
"addonprofile.error": "Profile tool error",
"addonprofile.impossible": "Not possible here",
"addonprofile.refresh": "Refresh",
"addonprofile.update": "Profile updating...",
"addonprofile.parameterstool": "Profile tool parameters",
"addonprofile.error1": "A max of 3 features is managed in the profile tool. The imported layer contains",
"addonprofile.error2": "Only Line geometry is managed",
"addonprofile.error3": "No delection in querier !",
"addonprofile.error4": "This file type can't be loaded",
"addonprofile.error5": "No data returned",
"addonprofile.fileselection": "gml file selection",
"addonprofile.file": "File",
"addonprofile.chart": "Chart",
"addonprofile.distance": "Distance (m)",
"addonprofile.sources": "sources",
"addonprofile.elevation": "Elevation",
"addonprofile.inclination": "Inclination",
"addonprofile.properties": "Profile parameters",
"addonprofile.referential": "Referential",
"addonprofile.totaldistance": "Total distance",
"addonprofile.positivecumul": "Dénivelé positif cumulé",
"addonprofile.negativecumul": "Dénivelé négatif cumulé",
"addonprofile.csvdownload": "Download in csv format",
"addonprofile.charttitle": "Profile n° ",
"addonprofile.drawprofile": "Draw a profile",
"addonprofile.drawprofiletip":"Create a new profile",
"addonprofile.selecttoprofile": "Selection to profile",
"addonprofile.selecttoprofiletip":"Selection to profile",
"addonprofile.loadgml": "Load gml file.",
"addonprofile.loadgmltip": "Load gml file.",
"addonprofile.parameters": "Parameters",
"addonprofile.parameterstip": "Parameters",
"addonprofile.processedpoints": "process"
},
"fr": {
"addonprofile.error": "Erreur sur l'outil profil",
"addonprofile.impossible": "Pas possible ici",
"addonprofile.refresh": "Actualiser",
"addonprofile.update": "Actualisation du profil...",
"addonprofile.parameterstool": "Paramètres de l'outil profil",
"addonprofile.error1": "Un maximum de 3 entités est géré dans l'outil. La couche importée en contient",
"addonprofile.error2": "les entités sélectionnées ne sont pas de type lignes",
"addonprofile.error3": "Absence de sélection dans le requêteur",
"addonprofile.error4": "ce type de fichier ne peut être chargé",
"addonprofile.error5": "le traitement n'a pas retourné de données",
"addonprofile.fileselection": "Sélection d'un fichier gml",
"addonprofile.file": "Fichier",
"addonprofile.chart": "Graphique",
"addonprofile.distance": "Distance (m)",
"addonprofile.sources": "sources",
"addonprofile.elevation": "Elévation",
"addonprofile.inclination": "Pente",
"addonprofile.properties": "Caractéristiques du profil",
"addonprofile.referential": "Référentiel",
"addonprofile.totaldistance": "Distance totale",
"addonprofile.positivecumul": "Dénivelé positif cumulé",
"addonprofile.negativecumul": "Dénivelé négatif cumulé",
"addonprofile.csvdownload": "Télécharger au format csv",
"addonprofile.charttitle": "Profil en long n° ",
"addonprofile.drawprofile": "Tracer un profil",
"addonprofile.drawprofiletip":"Créer un profil en long",
"addonprofile.selecttoprofile": "Profil depuis sélection",
"addonprofile.selecttoprofiletip":"Profil depuis sélection",
"addonprofile.loadgml": "Charger un fichier gml.",
"addonprofile.loadgmltip": "Charger un fichier gml.",
"addonprofile.parameters": "Paramètres",
"addonprofile.parameterstip": "Paramètres",
"addonprofile.processedpoints": "process"
}
}
}