Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enable regional rules for suspicious house numbers #92

Open
ltog opened this issue Feb 10, 2016 · 0 comments
Open

Enable regional rules for suspicious house numbers #92

ltog opened this issue Feb 10, 2016 · 0 comments

Comments

@ltog
Copy link
Owner

ltog commented Feb 10, 2016

This is a follow-up of #84 . We should think about possibilities how to enable regional rules for suspicious housenumbers.

Ideas:

  1. See if MapServer allows the Regex to be applied only regionally:
    FILTER /[^0-9a-zA-Z ]/
    (maybe MapServer expressions ( http://mapserver.org/de/mapfile/expressions.html#mapserver-expressions ) can be used?)
  2. Do the recognition in the C++ code and create a new sqlite layer with those nodes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant