mapcachetools 1.0.4 → 1.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -3,6 +3,7 @@
3
3
  This tool download any area from map provider and store it as images in a folder.
4
4
  You can use these images with a library like [Leafet](https://leafletjs.com/ "Leafet") to make your own map server easily without the need to download a local OpenStreetMap server.
5
5
 
6
+ [![Downloaded Images of Map](https://github.com/HefnySco/mapcache/blob/master/images/Screenshot%20from%202022-09-03%2002-19-12.png?raw=true "Downloaded Images of Map")](https://github.com/HefnySco/mapcache/blob/master/images/Screenshot%20from%202022-09-03%2002-19-12.png?raw=true "Downloaded Images of Map")
6
7
 
7
8
  ## Usage
8
9
 
@@ -177,7 +177,6 @@ function fn_download_images(point1, point2, zoom) {
177
177
 
178
178
  function fn_handle_arguments() {
179
179
  myArgs = c_args.getArgs();
180
- console.log(JSON.stringify(myArgs));
181
180
  var error = false;
182
181
  if (
183
182
  myArgs.hasOwnProperty("version") === true ||
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mapcachetools",
3
- "version": "1.0.4",
3
+ "version": "1.0.7",
4
4
  "description": "This tool downloads images from a map provider and cache it locally on your device. Please check terms and condition of your map provider. The tool is provided as is with no responsibility from author. Please Use IT AT YOUR OWN RISK.",
5
5
  "main": "downloadmaps.js",
6
6
  "scripts": {
@@ -14,6 +14,7 @@
14
14
  "local server",
15
15
  "cache"
16
16
  ],
17
+ "homepage": "https://github.com/HefnySco/mapcache",
17
18
  "author": "Mohammad Said Hefny - rcmobilestuff <rcmobilestuff@gmail.com> (http://www.andruav.com)",
18
19
  "license": "ISC",
19
20
  "dependencies": {