forked from MapComplete/MapComplete
Merge branch 'develop' of github.com:pietervdvn/MapComplete into develop
This commit is contained in:
commit
d5a7aa2f44
2 changed files with 56 additions and 2 deletions
|
|
@ -26,7 +26,7 @@ Devcontainer (see more details later).
|
||||||
|
|
||||||
To develop and build MapComplete, you
|
To develop and build MapComplete, you
|
||||||
|
|
||||||
0. Make a fork and clone the repository.
|
0. Make a fork and clone the repository. (We recommend a shallow clone with `git clone --filter=blob:none <repo>`)
|
||||||
0. Install the nodejs version specified in [.tool-versions](./.tool-versions)
|
0. Install the nodejs version specified in [.tool-versions](./.tool-versions)
|
||||||
- On linux: install npm first `sudo apt install npm`, then install `n` using npm: ` npm install -g n`, which can
|
- On linux: install npm first `sudo apt install npm`, then install `n` using npm: ` npm install -g n`, which can
|
||||||
then install node with `n install <node-version>`
|
then install node with `n install <node-version>`
|
||||||
|
|
|
||||||
|
|
@ -56,6 +56,60 @@
|
||||||
"Q79007",
|
"Q79007",
|
||||||
"Q22698"
|
"Q22698"
|
||||||
],
|
],
|
||||||
|
"removePrefixes": [
|
||||||
|
"allée du",
|
||||||
|
"allée",
|
||||||
|
"autoroute du",
|
||||||
|
"autoroute",
|
||||||
|
"avenue du",
|
||||||
|
"avenue",
|
||||||
|
"bibliothèque du",
|
||||||
|
"bibliothèque",
|
||||||
|
"boulevard du",
|
||||||
|
"boulevard",
|
||||||
|
"centre du",
|
||||||
|
"centre",
|
||||||
|
"centre culturel du",
|
||||||
|
"centre culturel",
|
||||||
|
"chaussée du",
|
||||||
|
"chaussée",
|
||||||
|
"chemin du",
|
||||||
|
"chemin",
|
||||||
|
"collège du",
|
||||||
|
"collège",
|
||||||
|
"complexe sportif du",
|
||||||
|
"complexe sportif",
|
||||||
|
"école du",
|
||||||
|
"école",
|
||||||
|
"école élémentaire du",
|
||||||
|
"école élémentaire",
|
||||||
|
"école maternelle du",
|
||||||
|
"école maternelle",
|
||||||
|
"école primaire du",
|
||||||
|
"école primaire",
|
||||||
|
"esplanade du",
|
||||||
|
"esplanade",
|
||||||
|
"groupe scolaire du",
|
||||||
|
"groupe scolaire",
|
||||||
|
"gymnase du",
|
||||||
|
"gymnase",
|
||||||
|
"lycée du",
|
||||||
|
"lycée",
|
||||||
|
"mail du",
|
||||||
|
"mail",
|
||||||
|
"médiathèque du",
|
||||||
|
"médiathèque",
|
||||||
|
"musée du",
|
||||||
|
"musée",
|
||||||
|
"parc du",
|
||||||
|
"parc",
|
||||||
|
"rue du",
|
||||||
|
"rue",
|
||||||
|
"square du",
|
||||||
|
"square",
|
||||||
|
"stade du",
|
||||||
|
"stade"
|
||||||
|
],
|
||||||
"removePostfixes": [
|
"removePostfixes": [
|
||||||
"steenweg",
|
"steenweg",
|
||||||
"heirbaan",
|
"heirbaan",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue