Remove legacy code
This commit is contained in:
parent
394a8b2e07
commit
3acba29198
1 changed files with 0 additions and 3 deletions
|
@ -82,9 +82,6 @@ export abstract class OsmObject {
|
|||
* */
|
||||
protected static isPolygon(tags: any): boolean {
|
||||
for (const tagsKey in tags) {
|
||||
if (!tags.hasOwnProperty(tagsKey)) {
|
||||
continue
|
||||
}
|
||||
const polyGuide: { values: Set<string>; blacklist: boolean } =
|
||||
OsmObject.polygonFeatures.get(tagsKey)
|
||||
if (polyGuide === undefined) {
|
||||
|
|
Loading…
Reference in a new issue