nodemap_spider

2.0.0 • Public • Published

nodemap_spider 中文文档

This is a crawler project for web raster map, implemented by nodejs.

Similar Project

Usage

Get the map by latitude and longitude of four corners

procesLatlng(23.3488500800, 112.4821141700, 21.6283230000, 115.0540240000, 10, 'gaode', 'gaode')
  • Parameter One: Latitude for Northwest
  • Parameter Two: Longitude for Northwest
  • Parameter Three: Latitude for Sourtheast
  • Parameter Four: Longitude for Sourtheast
  • Parameter Five: Zoom
  • Parameter Six: output filename
  • Parameter Seven: type

Get the map by x-axis and y axis of four corners

processTilenum(803, 984, 857, 1061, 8, test, default)
  • Parameter One: x-axis for Northwest
  • Parameter Two: y-axis for Northwest
  • Parameter Three: x-axis for Sourtheast
  • Parameter Four: y-axis for Northeast
  • Parameter Five: Zoom
  • Parameter Six: output filename
  • Parameter Seven: type

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i nodemap_spider

Weekly Downloads

0

Version

2.0.0

License

MIT

Last publish

Collaborators

  • brandon.xiang
  • brandonxiang