简体   繁体   English

如何获取svg地图起点的纬度和经度坐标(x = 0,y = 0)?

[英]How to get latitude and longitude coordinates of a svg map's starting point(x=0,y=0)?

I am using an svg map downloaded from wikimedia . 我正在使用从wikimedia下载的svg地图。 I need to get the svg's starting point's latitude and longitude coordinates so based on that I want to plot some points on the svg map. 我需要获取svg的起点的纬度和经度坐标,因此基于此,我想在svg地图上绘制一些点。

Else is there any way to plot cities on svg map using its actual latitude and longitude coordinates? 还有其他方法可以使用其实际纬度和经度坐标在svg地图上绘制城市吗?

Can any one help me to do this? 谁能帮我做到这一点?

您应该将polymap与svg地图一起使用cloudmade

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 从X和Y坐标获取经度和纬度 - Get latitude and longitude from X and Y coordinates google map 从像素 x,y 获取纬度、经度 - google map get latitude, longitude from pixel x,y 将(旋转的)ImageOverlay中的X和Y坐标转换为纬度和经度 - Transform X and Y coordinates inside a (rotated) ImageOverlay to latitude and longitude 如何使用d3.js将纬度和经度转换为(x,y)坐标 - How to convert latitude and longitude into (x,y) coordinates using d3.js 如何使用Leaflet API从纬度和经度坐标中检索LayerPoint(X,Y) - How to retrieve LayerPoint (X, Y) from Latitude and Longitude coordinates using Leaflet API 从Google Map中路线查找的起点查找经度和纬度 - Find latitude and longitude from starting point of route finding in Google Map 墨卡托经纬度计算(英国)裁剪地图上的 x 和 y - Mercator longitude and latitude calculations to x and y on a cropped map (of the UK) 给定地图图像,将x和y坐标转换为纬度和经度 - Given an image of a map convert an x and y coordinate to Latitude and Longitude 拖动标记时获取起点和终点的纬度和经度 - get latitude and longitude of starting and ending point when a marker is dragged 纬度/经度-> X / Y,X / Y->纬度/经度 - Latitude/Longitude -> X/Y, X/Y -> Latitude/Longitude
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM