Skip to content

Commit

Permalink
added geodata importer tips
Browse files Browse the repository at this point in the history
  • Loading branch information
Severino committed Oct 10, 2024
1 parent 8366ab2 commit ef41680
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/.vuepress/sidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export default [
collapsible: true,
children: [
'/user/guide',
'/user/geodata',
'/user/thesaurex',
'/user/data-model',
'/user/entity-type',
Expand Down
12 changes: 12 additions & 0 deletions docs/user/geodata.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Spatial Data

## Import (Workaround)

::: danger
This will likely change in the future and is more a workaround for the time being.
:::

When you want to base your imported entities on spatial data, that should be included on the map, then you should follow these steps:

1. Import your data file using the GeoData importer. This generates all required entities.
2. Import the data again using the Data Importer and update the created entities.

0 comments on commit ef41680

Please sign in to comment.