nodemap_spider

A Spider for web map

MIT License

Downloads
10
Stars
6
Committers
1

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