wikimapia

Detecting the URL POST parameters to pass

The problem is to screen-scrape the latitude/longitudes for entities(restaurant-names, etc.) from wikimapia.org AND restrict the results based on the latitude/longitude Here is how I tried: Install Live HTTP Headers addon in Firefox. Filled up the form on the main-page of wikimapia.org to "pizza corner" Saw that the the main site woul...

Drawing resizable (not intersecting) polygons

Hello everyone, 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 resizable polygons http://www.wolfpil.de/polygon.html You can easily cre...