使用默认架构从使用 osm2pgsql 导入的 OSM 数据库中提取 POI。
编辑 osm2pgsql 样式表以添加以下两行:
node,way school:FR text polygon
node,way station text polygon
sudo -n -u postgres -s -- osm2pgsql -d gis -S default.style --extra-attributes mp.osm.bz2
使用您的设置编辑 databases.conf。
chmod +x install.sh
sudo ./install.sh
chmod +x update_poi.sh
sudo ./update_poi.sh
2022-09-14 18:33:37
5KB
Shell
1