Indexing rcn_ref and rwn_ref in map file
This commit is contained in:
parent
bc16638e56
commit
fcdb60e85c
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ public class OSMSettings {
|
||||||
ROUTE_MASTER("route_master"), //$NON-NLS-1$
|
ROUTE_MASTER("route_master"), //$NON-NLS-1$
|
||||||
OPERATOR("operator"), //$NON-NLS-1$
|
OPERATOR("operator"), //$NON-NLS-1$
|
||||||
REF("ref"), //$NON-NLS-1$
|
REF("ref"), //$NON-NLS-1$
|
||||||
|
RCN_REF("rcn_ref"), //$NON-NLS-1$
|
||||||
|
RWN_REF("rwn_ref"), //$NON-NLS-1$
|
||||||
|
|
||||||
// address
|
// address
|
||||||
PLACE("place"), //$NON-NLS-1$
|
PLACE("place"), //$NON-NLS-1$
|
||||||
|
|
Loading…
Reference in a new issue