Tagged Questions
2
votes
0answers
92 views
How to PGRoute from OpenLayers via PostGIS/PostgreSQL [duplicate]
I need to route a shortest distance for a map which I have loaded from a PostgreSQL by means of JSON file. I can project the map in my browser and I can identify the linestrings. For a particular ...
3
votes
2answers
104 views
how to search for a Point of MultiLineString geometry in a json file using OpenLayers
I have a json file with large geometries(MultiLineString), here I got a Point among the json layer(baseLayer). I would like to search for a Point's LineString in the layer, from which MultiLineString ...
0
votes
1answer
149 views
What would be the URL of a JSON file on the local drive?
When i save json file in web apps then using http://localhost:8080/WGSClient/js/object.json this path file gets open.But when i keep it outside web apps like local folder then using same url format ...
0
votes
1answer
295 views
Openlayers loop through json array and output result with as javascript
Connection.php file which stored database connection code with json:
<?php
$username = "root";
$password = "";
$database = "roadmap";
$url = "localhost";
$con = mysql_connect($url, $username , ...
2
votes
1answer
316 views
Connect JSON to GeoExt Application
I am returning a JSON to a GeoExt app and this is the code that is collecting the return,
var control = new OpenLayers.Control.Click({
trigger: function(evt) {
...
2
votes
2answers
672 views
Getting json feature id on OpenLayers
I'm projecting some features using json format on OpenLayers. I need to get the id from the feature (not the OpenLayers' id but the one in the json file). The file looks something like this.
...
1
vote
0answers
328 views
Multiple Google fusion table layers with queries using javascript
I am making a web mapping application using Google fusion tables and JavaScript. Earlier I had only one Layer on it, but now I have to put another layer. Both the layers have bunch of queries. I am ...
9
votes
3answers
1k views
Where can I find country borders data in human-readable format?
I'm trying to obtain some data representing the borders of all countries in the world. This data doesn't have to be very precise, it is to draw the countries on a computer screen. I did a bit of ...
7
votes
1answer
872 views
Adding Panoramio Photos To An OpenLayers Map
I have a pretty well integrated OpenLayers map that I want to add photos from the Panoramio API to. Unfortunately, it seems both API's are under documented on this subject. I found one great tutorial ...
5
votes
6answers
412 views
Is anyone using JSONP in Web mapping applications to get around the browser same origin policy?
Javascript based Web mapping apps that use ajax requests to get data from a server are limited by the Same Origin Policy to only request the data from a server in the same domain (subdomain and port). ...

