Skip to content

Commit

Permalink
add example to default_mapping for validationtables
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Radischat committed Apr 26, 2013
1 parent 1a82e56 commit 9e313ae
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions imposm/defaultmapping.py
Expand Up @@ -474,3 +474,11 @@ class Highway(LineStrings):
),
mappings = [railways_gen0, mainroads_gen0, motorways_gen0],
)

landuse_gen1_valid = ValidPolygonTable(
origin = landusages_gen1,
)

landuse_gen0_valid = ValidPolygonTable(
origin = landusages_gen0,
)

0 comments on commit 9e313ae

Please sign in to comment.