3 This is a script for map tiles downloading + simple web app for testing and selecting the area.
7 ./geotiles.sh <lat> <lng> <lat2> <lng2> <MIN_ZOON> <MAX_ZOOM> -d <NAME_OF_THE_MAP>
9 with specific map source
11 ./geotiles.sh <lat> <lng> <lat2> <lng2> <MIN_ZOON> <MAX_ZOOM> -d <NAME_OF_THE_MAP> -m <your tile source>
15 create MAP directory and symlink to it from TESTING_WEB directory
21 - point your server to the TESTING_WEB/ and open it in the browser
22 - select target map using right corner menu
23 - click and draw rectangle area that you would like to have tiles for
24 - copy the resulting commandline and execute in terminal
26 ./geotiles.sh LAT_LNG_COUPLES_FROM_CLIPBOARD MIN_ZOON MAX_ZOOM -d NAME_OF_THE_MAP
28 - wait until the script is complete
29 - check MAP/NAME_OF_THE_MAP for tile set
33 If you see *Something went wrong* message and the script has been interrupted, that means that you most probably abuse the server and you was banned for a while. Try to change server.
35 IMPORTANT! Please use reasonably. Don't abuse tile servers!
40 Copyright © 2018 Dmitry Shalnov [interplaymedium.org]
42 Licensed under the Apache License, Version 2.0 (the "License");
43 you may not use this files except in compliance with the License.
44 You may obtain a copy of the License at
46 http://www.apache.org/licenses/LICENSE-2.0
48 Unless required by applicable law or agreed to in writing, software
49 distributed under the License is distributed on an "AS IS" BASIS,
50 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
51 See the License for the specific language governing permissions and
52 limitations under the License.