zerebubuth / openstreetmap-cgimap

A C++ implementation of the OpenStreetMap API map call.
http://wiki.openstreetmap.org/wiki/Cgimap
GNU General Public License v2.0
74 stars 38 forks source link

Change some enums to enum class #372

Closed mmd-osm closed 8 months ago

mmd-osm commented 8 months ago

... for improved type safety

Also moved duplicate element_type_name function to common header file.