-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathproject.ppro
More file actions
46 lines (46 loc) · 2.58 KB
/
Copy pathproject.ppro
File metadata and controls
46 lines (46 loc) · 2.58 KB
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
{
"start": "main.pseq",
"name": "Cartographie de l'Exposition et Emprunte Cat Nat",
"company": "PGM Solutions",
"description": "Une carte Leaflet pilotée par R via RPGM",
"wd": "program",
"logo": "",
"css": "\r\n@media (max-width: 1250px) {\r\n .maincols [class*=pgm-widget-column-] {\r\n float: none;\r\n min-height: 1px;\r\n }\r\n .maincols .pgm-widget-column-4, .maincols .pgm-widget-column-8 {\r\n width: 100%;\r\n padding: 0 !important;\r\n }\r\n}\r\n\r\n.choices {\r\n color:white;\r\n}\r\n.choices__inner {\r\n background: #34495e;\r\n}\r\n.choices[data-type*=select-one] .choices__input {\r\n background:black;\r\n}\r\n.choices__list .choices__list--dropdown {\r\n background: black;\r\n}\r\n.choices__list--dropdown .choices__item--selectable, .choices__list[aria-expanded] .choices__item--selectable {\r\n background: black;\r\n}\r\n#pgm-content .pgm-gui .choices__list--dropdown {\r\n z-index: 1500;\r\n}\r\n\r\n\r\n\r\n.choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {\r\n background: #34495e;\r\n}\r\n\r\n.choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {\r\n background:black;\r\n}\r\n\r\n\r\n.pgm-widget-tab {\r\n background: none;\r\n color: #ecf0f1;\r\n}\r\n\r\n.pgm-widget-tab-selected {\r\n background: #2e3134;\r\n border-radius: 6px 6px 0 0;\r\n}\r\n\r\n#pgm {\r\n background-color: #1e2124;\r\n color: #fff;\r\n}\r\n.pgm-script-spinner, .pgm-script-status {\r\n display: none;\r\n}\r\n.pgm-script-progress-bar {\r\n background-color: #424549;\r\n}\r\n.pgm-script-progress-bar-inner {\r\n background-color: #7289da;\r\n}",
"list": "hide",
"rconsole": "r",
"outputfolder": "{{name}}_{{datetime}}",
"history": [
{
"date": "20/11/2023",
"version": "1.0.3",
"author": "Nicolas",
"changelog": "Optimisation et divers modifs mineures"
},
{
"date": "17/11/2023",
"version": "1.0.2",
"author": "Nicolas",
"changelog": "Optimisation de la vitesse de chargement"
},
{
"date": "16/11/2023",
"version": "1.0.1",
"author": "Nicolas",
"changelog": "Amélioration des performances d'affichage"
},
{
"date": "16/11/2023",
"version": "1.0.0",
"author": "Nicolas",
"changelog": "Complètement fonctionnelle"
}
],
"created": "2023-09-21T09:45:25+02:00",
"version": "4.6.0",
"customFiles": [
"modules/leaflet/resources/leaflet.js",
"modules/leaflet/resources/leaflet.css",
"modules/leaflet/main.css",
"modules/leaflet/main.js"
]
}