-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
An improved TileClient that avoids the REST interface where possible (#…
…156) * Improve local use * Docs updates * BaseTileClient -> BaseTileClientInterface * Re-enable rest-based local client * Bump version to 1.0.0 * Fix data paths
- Loading branch information
1 parent
131c3ea
commit e4ce481
Showing
22 changed files
with
641 additions
and
76 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,5 +1,5 @@ | ||
graft localtileserver/tileserver/static | ||
graft localtileserver/tileserver/templates | ||
graft localtileserver/web/static | ||
graft localtileserver/web/templates | ||
global-exclude *.pyc | ||
graft localtileserver/tileserver/data | ||
exclude localtileserver/tileserver/data/*.aux.xml | ||
graft localtileserver/tiler/data | ||
exclude localtileserver/tiler/data/*.aux.xml |
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
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
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
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
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
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,2 +1,2 @@ | ||
export FLASK_APP=localtileserver/tileserver/__init__.py | ||
export FLASK_APP=localtileserver/web/__init__.py | ||
export FLASK_ENV=development |
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
Oops, something went wrong.