Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Backport release/3.10] Move swig/python/data/template_tiles.mapml to gcore/data #11756

Merged
merged 1 commit into from
Jan 30, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions gcore/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,7 @@ set(GDAL_DATA_FILES
${CMAKE_CURRENT_SOURCE_DIR}/data/tms_MapML_APSTILE.json
${CMAKE_CURRENT_SOURCE_DIR}/data/tms_MapML_CBMTILE.json
${CMAKE_CURRENT_SOURCE_DIR}/data/tms_NZTM2000.json
${CMAKE_CURRENT_SOURCE_DIR}/data/template_tiles.mapml
)
set_property(
TARGET ${GDAL_LIB_TARGET_NAME}
Expand Down
File renamed without changes.
9 changes: 0 additions & 9 deletions swig/python/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,6 @@ if (CMAKE_CXX_FLAGS)
string(REPLACE "/WX " " " CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ")
endif ()

set(GDAL_DATA_FILES
LICENSE.TXT
${CMAKE_CURRENT_SOURCE_DIR}/data/template_tiles.mapml
)
set_property(
TARGET ${GDAL_LIB_TARGET_NAME}
APPEND
PROPERTY RESOURCE "${GDAL_DATA_FILES}")

file(MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/osgeo/")
set(GDAL_PYTHON_CSOURCE_DIR "${CMAKE_CURRENT_BINARY_DIR}/extensions/")
file(MAKE_DIRECTORY "${CMAKE_CURRENT_BINARY_DIR}/extensions/")
Expand Down
Loading