GIScience / oshdb

OpenStreetMap History Data Analysis Framework
https://ohsome.org
GNU Lesser General Public License v3.0
110 stars 18 forks source link

Be consistent on usage of OSHDBTagKey #497

Open SlowMo24 opened 1 year ago

SlowMo24 commented 1 year ago

Problem Description

The TagTranslator returns OHSDBTagKeys while OSHDBTag.getKey() returns an integer.

Expected Solution

Use OSHDBTagKey-class everywhere.

Alternative Solutions

Use integer everywhere