-
-
Notifications
You must be signed in to change notification settings - Fork 3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FEATURE] Imported OpenStreetMap provider and plugin.
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
Showing
69 changed files
with
22,609 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
SUBDIRS(plugin_installer mapserver_export fTools) | ||
SUBDIRS(plugin_installer mapserver_export fTools osm) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -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) |
Oops, something went wrong.