Skip to content

Commit

Permalink
TEMP
Browse files Browse the repository at this point in the history
  • Loading branch information
barendgehrels committed Nov 13, 2024
1 parent 82b4af0 commit 4a365d8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ target_link_libraries(boost_geometry
Boost::type_traits
Boost::utility
Boost::variant
Boost::json
)

# Required for Boost.Geometry Index
Expand Down Expand Up @@ -107,6 +108,7 @@ if(BUILD_TESTING AND EXISTS "${CMAKE_CURRENT_SOURCE_DIR}/test/CMakeLists.txt")
math
multiprecision
program_options
json
qvm
rational
serialization
Expand Down
3 changes: 2 additions & 1 deletion include/boost/geometry/io/geojson/geojson_writer.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@ struct geojson_writer
}

// The method "feature" should be called to start a feature.
// After that, properties can be added.
// After that, properties can be added, until a new "feature" is called,
// or the instance is destructed
template <typename Geometry>
void feature(const Geometry& geometry)
{
Expand Down

0 comments on commit 4a365d8

Please sign in to comment.