Skip to content

brandonxiang/nodemap_spider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Spider for web map

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published