public static interface FixDataHook.FixData
Modifier and Type | Method and Description |
---|---|
boolean |
fixKeys(Map<String,String> keys,
OsmPrimitive osm)
Checks if data needs to be fixed and change keys
|
boolean fixKeys(Map<String,String> keys, OsmPrimitive osm)
keys
- list of keys to be modifiedosm
- the object for type validation, don't use keys of it!true
if keys have been modified