9eb86908bf9813388efb05c1b4deee09cc2b3d98
[GeoTiles] / README.md
1 #GEO Tiles Downloader
2
3 This is a script for map tiles downloading + simple web app for testing and selecting the area. 
4
5 ## Usage
6
7         ./geotiles.sh <lat> <lng> <lat2> <lng2> <MIN_ZOON> <MAX_ZOOM> -d <NAME_OF_THE_MAP>
8
9 with specific map source 
10
11         ./geotiles.sh <lat> <lng> <lat2> <lng2> <MIN_ZOON> <MAX_ZOOM> -d <NAME_OF_THE_MAP> -m <your tile source>
12
13 ## Testing
14
15 create MAP directory and symlink to it from TESTING_WEB directory
16
17         mkdir MAP
18         cd TESTING_WEB
19         ln -s ../MAP/ maps
20
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 
25
26         ./geotiles.sh LAT_LNG_COUPLES_FROM_CLIPBOARD MIN_ZOON MAX_ZOOM -d NAME_OF_THE_MAP
27
28 - wait until the script is complete
29 - check MAP/NAME_OF_THE_MAP for tile set 
30
31 ## Troubleshooting 
32
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. 
34
35 IMPORTANT! Please use reasonably. Don't abuse tile servers!
36
37
38 ## License
39
40 Copyright © 2018 Dmitry Shalnov [interplaymedium.org]
41
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
45
46     http://www.apache.org/licenses/LICENSE-2.0
47
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.
53
54
55
56
Contact me: dev (at) shalnoff (dot) com
PGP fingerprint: A6B8 3B23 6013 F18A 0C71 198B 83D8 C64D 917A 5717