Skip to content

Commit

Permalink
[FEATURE] Imported OpenStreetMap provider and plugin.
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.osgeo.org/qgis/trunk/qgis@11210 c8812cc2-4d05-0410-92ff-de0c093fc19c
  • Loading branch information
wonder committed Jul 30, 2009
1 parent 89b5de5 commit 664dfad
Show file tree
Hide file tree
Showing 69 changed files with 22,609 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/plugins/CMakeLists.txt
@@ -1 +1 @@
SUBDIRS(plugin_installer mapserver_export fTools)
SUBDIRS(plugin_installer mapserver_export fTools osm)
12 changes: 12 additions & 0 deletions python/plugins/osm/CMakeLists.txt
@@ -0,0 +1,12 @@
#TODO: Need to configure cmake to run pyrcc4 and pyuic4 as required when the resource
# file or the ui change

SET (OSM_PLUGIN_DIR ${QGIS_DATA_DIR}/python/plugins/osm)

FILE (GLOB PYTHON_FILES *.py)
FILE (GLOB MAPTOOLS_PYTHON_FILES map_tools/*.py)
FILE (GLOB STYLE_FILES styles/*.style)

INSTALL (FILES ${PYTHON_FILES} DESTINATION ${OSM_PLUGIN_DIR})
INSTALL (FILES ${MAPTOOLS_PYTHON_FILES} DESTINATION ${OSM_PLUGIN_DIR}/map_tools)
INSTALL (FILES ${STYLE_FILES} DESTINATION ${OSM_PLUGIN_DIR}/styles)

0 comments on commit 664dfad

Please sign in to comment.