在gis系统中,从postgis缓存的openstreetmap数据库源中取出主要道路(公路、铁路、地铁)

programmer 程式師 程序员
Post Reply
expl
test ranks
Posts: 470
Joined: 2023-03-02T05:46:06+00:00

在gis系统中,从postgis缓存的openstreetmap数据库源中取出主要道路(公路、铁路、地铁)

Post by expl »

在gis系统中,从postgis缓存的openstreetmap数据库源中取出主要道路(公路、铁路、地铁)
将 planet_osm_line 添加为图层后 打开过滤器输入
highway like '%motorway%' or highway like '%trunk%' or highway like '%primary%' or railway like '%rail%' or railway like '%subway%'
后,就能过滤出来了。
Post Reply

Return to “programmer 程式師 程序员”