ncolomer / elasticsearch-osmosis-plugin

An Osmosis plugin that index OpenStreetMap data into elasticsearch
Apache License 2.0
101 stars 34 forks source link

Added new variable parameter without_ways for excluding ways #16

Closed Sparkycz closed 9 years ago

ncolomer commented 9 years ago

Hello @Sparkycz, You should be able to exclude ways by using directly Osmosis command line. The --tag-filter task allows you to filter ways by specifying the reject-ways filter mode. See documentation and examples here.