add static 'building' key to Tag
This commit is contained in:
@@ -42,6 +42,11 @@ public class Tag {
|
||||
*/
|
||||
public static final String TAG_KEY_ELE = "ele".intern();
|
||||
|
||||
/**
|
||||
* The key of the elevation OpenStreetMap tag.
|
||||
*/
|
||||
public static final String TAG_KEY_BUILDING = "building".intern();
|
||||
|
||||
/**
|
||||
* The key of this tag.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user