2019-03-21 17:07:09 +03:00
|
|
|
|
|
|
|
# Mapobject-Database
|
|
|
|
|
|
|
|
The mapobject database is for all the mapobjects (POI, Shops, etc)
|
2019-04-04 09:20:43 +03:00
|
|
|
Per default it is initialized as a sqlite3 database in `mapserver.sqlite`
|
2019-03-21 17:07:09 +03:00
|
|
|
|
|
|
|
If you want to store your mapobjects in a proper database or need performance at
|
|
|
|
scale you can configure a postgresql server in your `world.mt`:
|
|
|
|
|
|
|
|
```
|
|
|
|
pgsql_mapserver_connection = host=127.0.0.1 port=5432 user=postgres password=enter dbname=postgres
|
|
|
|
```
|
|
|
|
|
|
|
|
The syntax is the same as for `pgsql_connection`
|