Skip to content

Commit 56c8f56

Browse files
authored
Merge pull request #884 from lonvia/gazetteer-style-config
Support for dynamic gazetteer style via json config file
2 parents 45ec5dc + 91cfe5e commit 56c8f56

File tree

8 files changed

+872
-554
lines changed

8 files changed

+872
-554
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,7 @@ set(osm2pgsql_lib_SOURCES
179179
options.cpp
180180
osmdata.cpp
181181
osmium-builder.cpp
182+
gazetteer-style.cpp
182183
output-gazetteer.cpp
183184
output-multi.cpp
184185
output-null.cpp
@@ -209,6 +210,7 @@ set(osm2pgsql_lib_SOURCES
209210
osmdata.hpp
210211
osmium-builder.hpp
211212
osmtypes.hpp
213+
gazetteer-style.hpp
212214
output-gazetteer.hpp
213215
output-multi.hpp
214216
output-null.hpp

0 commit comments

Comments
 (0)