-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
18 additions
and
105 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
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,8 @@ | ||
DROP FUNCTION lon2tile(lon double precision, zoom integer); | ||
DROP FUNCTION lat2tile(lat double precision, zoom integer); | ||
DROP FUNCTION z_order_curve(xx integer, yy integer); | ||
DROP FUNCTION lonlat2z_order_curve(lon double precision, lat double precision); | ||
DROP FUNCTION zoc18min(zoc bigint, z integer); | ||
DROP FUNCTION zoc18max(zoc bigint, z integer); | ||
DROP INDEX IF EXISTS idx_marker_source_class_z_order_curve; | ||
DROP INDEX IF EXISTS idx_marker_z_order_curve_item; |
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