Dépôt pour le projet RapOnMap.
Go to file
LenaertsJ 82709c93a1 Adapt styling of readme 2023-06-08 12:59:44 +00:00
QGis QGis - Uniformize layers names for better export in DB 2023-03-23 11:24:29 +01:00
rapOnMap Fix layout readme 2023-03-17 10:46:51 +00:00
rom-doc-obsidian Doc: add how to export filtered data layer 2023-03-22 10:09:08 +01:00
.gitignore FEATURE [gitignore] Add gitignore file 2023-03-01 11:11:28 +01:00
README.md Adapt styling of readme 2023-06-08 12:59:44 +00:00
setup.py FEATURE [setup] file added to allow installation of django app for this submodule 2023-03-01 10:05:30 +01:00

README.md

Creating a new layer with rapOnMap data (aka rom data).

  • Layers are created on the basis of the 'tag' column in the csv files. -> adding data with a tag that did not yet exist will create a new 'view' in the database and thus a new layer that can be added in the application.

  • To add a layer in the application we have to create a 'metadata' in the admin.

  1. Go to 'metadatas' tab
  2. Top right corner 'ajouter meta data'
  3. Fill in all the necessary fields analog to this example:

'title': "Intégration Personnes Étrangères - CRI" (all language fields have to filled)
'abstract': "Intégration Personnes Étrangères - CRI" (all language fields have to filled)

'resource_identifier': "postgis://gis/ipe_cri" (this part is ALWAYS the same 'postgis://gis/' then add 'rom_tag'. Replace 'tag' with the tag that can be found in the 'rap on map geo datas' or 'rap on map ins datas' table)
'geometry_type': 'Point' OR 'Polygon'
'published': False
'bounding box': 0.0.0.0 (select from list)
'point of contact': Select an available user