@opengis/gis 0.1.8 → 0.1.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,25 +1,26 @@
1
1
  <div>
2
2
  {{#ifCond source_type '==' 'database'}}
3
- {{{descriptionList
4
- this
5
- comma=";"
6
- columns="
7
- Тип джерела, {{select source_type data='source_type'}},
8
- Таблиця в базі даних,{{select source_path data='pg.table_name'}},
9
- Умова для відображення,query,
10
- Назва колонки геометрії,geometry_column,
11
- Тип геометрії в шарі,{{select geom_type data='geom_type'}},
12
- Просторова референтна система,{{select srid data='gis.srid_from_setting'}}
13
- "
14
- }}}
15
- {{^}}
16
- {{{descriptionList
17
- this
18
- comma=";"
19
- columns="
20
- Тип джерела, {{select source_type data='source_type'}},
21
- Посилання на набір даних, service_url
22
- "
23
- }}}
3
+ {{{descriptionList
4
+ this
5
+ comma=";"
6
+ columns="
7
+ Тип джерела, {{select source_type data='source_type'}},
8
+ Таблиця в базі даних,{{select source_path data='pg.table_name'}},
9
+ Умова для відображення,query,
10
+ Назва колонки геометрії,geometry_column,
11
+ Тип геометрії в шарі,{{select geom_type data='geom_type'}},
12
+ Просторова референтна система,{{select srid data='gis.srid_from_setting'}},
13
+ Назва інтерфейсу в адміністративній частині,interface
14
+ "
15
+ }}}
16
+ {{^}}
17
+ {{{descriptionList
18
+ this
19
+ comma=";"
20
+ columns="
21
+ Тип джерела, {{select source_type data='source_type'}},
22
+ Посилання на набір даних, service_url
23
+ "
24
+ }}}
24
25
  {{/ifCond}}
25
- </div>
26
+ </div>
@@ -122,6 +122,10 @@
122
122
  "required"
123
123
  ]
124
124
  },
125
+ "interface": {
126
+ "ua": "Назва інтерфейсу в адміністративній частині",
127
+ "type": "Text"
128
+ },
125
129
  "sql_list": {
126
130
  "ua": "Перелік sql підзапитів для додаткової інформації",
127
131
  "type": "DataTable",
package/package.json CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@opengis/gis",
3
- "version": "0.1.8",
3
+ "version": "0.1.10",
4
4
  "type": "module",
5
5
  "author": "Softpro",
6
- "main": "dist/import-file.js",
6
+ "main": "import-file.js",
7
7
  "files": [
8
8
  "dist/*",
9
9
  "module/*",