Mapweaver/Overpass

From OpenStreetMap Wiki
Jump to navigation Jump to search

Data can directly be obtained from overpass servers.

There are several options dealing with this topic:

-overpass (tell Mapweaver to use this source; will override -in)
-place (tell Mapweaver what place to look for)
-near (tell Mapweaver where to look)
-overpassdistance (radius in m for near search)
-overpassserver (tell Mapweaver what server to use; default: http://www.overpass-api.de/api/)


Examples:

perl mw.pl -overpass -place=Hofheim -pdf -style=mwStandardRules.txt


perl mw.pl -overpass -place=Langenhain -near=Hofheim -pdf -style=mwStandardRules.txt


perl mw.pl -overpass -place=Langenhain -near=Hofheim -overpassdistance=10000 -pdf -style=mwStandardRules.txt