Skip to content

Commit a7a9a42

Browse files
committed
Read style for gazetteer output from json config file
Format description and example files are part of Nominatim.
1 parent 1caa0a8 commit a7a9a42

File tree

5 files changed

+626
-545
lines changed

5 files changed

+626
-545
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)