Questions tagged [wikimapia]
20 questions
6
votes
0 answers
Wikimapia Place.Search Doesn't Work
I want to use wikimapia place.search api function but im getting empty result always even renew mykey (i don't think my key causing this…

MGR
- 167
- 1
- 11
4
votes
1 answer
wikimapia api isn't working anymore
I'm using the wikimapia api for developing an Android application. I've used my first key for about two months but not, for any request I make I get:
{
"debug": {
"code": 1004,
"message": "Key limit has been reached"
…

spoke
- 257
- 1
- 6
- 19
4
votes
2 answers
Drawing resizable (not intersecting) polygons
I have been searching everywhere but I could not find an answer. I
need to have drawing resizable polygons with mouse interaction but I
do not want irregular, overlapping or intersecting polygons in the
end.
Here is a simple example of drawing…

pars
- 3,700
- 7
- 38
- 57
3
votes
2 answers
How to get city bound on Google Maps?
I am currently using Wikimapia to get the object's polygon, which is also its bound. However, I cannot get the polygon of some large objects, such as cities or countries. I think that Wikimapia does not have such information.
Do you know any method…

mrcuongnv
- 95
- 2
- 7
1
vote
1 answer
Get coordinates from Wikimapia API
I want to use the Wikimapia API.
What format should I choose to easily get polygon coordinates from it?
How can I get the coordinates and the place names of the file?
How can I make a variable from API output?
I want to draw polygons in Maps API…

Peter Paudics
- 11
- 3
1
vote
1 answer
Using the Wikimapia.org Api
I am trying to use the wikimapia api for finding venues of specific cities or places given their longitude and latidute.
There isn't much of some documentation, but I suppose that it would just be an http request.
Now, the problem I have is about…

pr_prog_84
- 139
- 3
- 9
1
vote
2 answers
Wikimapia for Commercial Use
Does anyone know of a mapping system similar to Wikimapia that can be used commercially. Most importantly I need to be able to create areas/territories that cannot be modified by others and identify if an address is within a defined territory.
I…

BrianKE
- 4,035
- 13
- 65
- 115
1
vote
1 answer
get country and city information from wikimapia Api
I need to know in which country (and hopefully some more info, like city or area or state and it would be great if I could get whether this is on land or sea) a coordinates set lies in.
I have tried the wikimapia api but it is extremely difficult to…

Skaros Ilias
- 1,008
- 12
- 40
1
vote
1 answer
How to get the area of the polygons from wiki mapia api
I'm Using wiki mapia api to get the geo information.
Wiki Mapia
http://api.wikimapia.org/?key=example&function=place.getnearest&lat=12.9605459&lon=77.5649618&count=50&format=json&category=15417.
this api returning, location name lat,lng,min lat…

varun kumar
- 101
- 2
- 10
1
vote
2 answers
Measure multiple distances in google maps/wikimapia
I have a excel sheet with 583 cities as origins and 8 cities as destinations. I have to find distance between each pair of these origins and destinations. Since, it will be a cumbersome task, is their a way I can input the origins and destinations…

Frustrated Coder
- 4,417
- 10
- 31
- 34
1
vote
1 answer
Wikimapia API for Python (PyMapia)
I am trying to use pymapia API for Wikimapia made for Python and not able to understand about how to use it properly.
import pymapia as PyMapia
a = PyMapia.PyMapia.get_all_categories()
It gives me the error as following.
TypeError: unbound method…

LonelySoul
- 1,212
- 5
- 18
- 45
0
votes
0 answers
get coordinates of wikimapia class instances without API
It seems that the wikimapia API isn't working at the moment.
I'm wondering whether there's a way to obtain location data from wikimapia without using the API, e.g. by parsing the webpage source code.
For example, let's say I want to obtain the…

the.real.gruycho
- 608
- 3
- 17
0
votes
0 answers
How to highlight area on map if user input any area?
I'm working on a website where user will input country, state and particular area. Suppose if user inputs delhi and submit then in map delhi city should highlight (NOT WITH MARKER). It should be highlighted like wikimapia.
Please help me with this.…

ammydon
- 13
- 4
0
votes
1 answer
How to get the coordinates of the polygon area
How to get the coordinates of the polygon area:
http://wikimapia.org/#lang=en&lat=49.964473&lon=36.262436&z=12&m=b&show=/20421408/Chervonozavodsky-district

armid
- 1
- 2
0
votes
2 answers
Wikimapia.org API - Coordinate System?
I’m trying to use wikimapia API.
The coordinates that I receive from them looks like e.g. X=148163437, Y=99238706 for a place with lat=42.406425N, lon=18.702075E. What’s even more funny, objects residing in Argentina (both latitude and longitude are…

Soonts
- 20,079
- 9
- 57
- 130