Tagged Questions

GeoJSON is an open format, based on JSON, for encoding geographic data.

learn more… | top users | synonyms

7
votes
1answer
1k views

Suggestions on how to create a custom GeoJson serializer using JSON.NET?

I will be attempting to create a C# library to serialize objects to GeoJSON using Json.NET ( for serialization ) and GeoAPI.NET ( for geometry definitions ). I have thought about two different ...
6
votes
2answers
232 views

OpenLayers, and GeoJSON, not multiply marker on same coordinates

My code is showing markers from GeoJSON, when I'm haved zoomed into zoom-level 10,it load the GeoJSON-file, but how do I avoid to reput out the same markers? Is there a way to check if there already ...
2
votes
2answers
1k views

Saving and restoring geometries in OpenLayers

Context: I'm a just-hours-old newbie at OpenLayers, please be gentle. Fundamentally, I have a map with some drawn objects on it. If I understand things correctly, I have a number of ...
2
votes
1answer
1k views

Polygons with GeoJson & Polymaps

I'm a beginner at mapping and decided to use Polymaps for a project I'm working on. I have a dataset I want to serve to the map by zip code. We're testing with counties right now and all I'm trying to ...
1
vote
1answer
169 views

OpenLayers => feature is null

This is my GeoJSON result. PasteBin But when I load it, the result I get in firebug is feature is null. Why's that, are there any errors in my result? The coords in the JSON is written in projection ...
1
vote
4answers
105 views

Easiest way to edit a huge geoJSON?

I'm sitting here with a huge geoJSON that I got from an Open Street Map shape-file. However, most of the polygons are unnecessary. These could, in theory, easily be singled out based on certain ...
1
vote
2answers
139 views

Pre-Load (pre filter) points into Polymaps API

I'm creating a project using Polymaps JS lybrary. I have to plot about 200,000 points. It takes a while to load the points into the browser and then navigazion is very sluggish. I've read the ...
1
vote
1answer
537 views

OpenLayers: parsed GeoJSON points always display at coords(0 , 0)

this is the first time i use OpenLayers and i don't understand what i'm doing wrong. I try to display a simple point parsed from GeoJSON. The data seems to be parsed correctly (i checked with the ...
1
vote
3answers
253 views

Is there any conditional jackson json strategy?

I need to deserialize a GeoJSON JSON object with the Jackson library. In this json object there are places where this applies: If there is "type" : "name" than the following json object is of ...
1
vote
3answers
243 views

Convert lat long into geojson object

How can i convert my lat and long value into geojson object. I work on php platform. Regards Ashish
1
vote
2answers
364 views

Convert JSON to GeoJSON

Is there any function or library available in php to convert json object into Geojson object, Thanks & Regards, Ashish
1
vote
1answer
106 views

The best way to connect users in closed proximity ? (latitude, longitude)

I create an android app which connect runners in closed proximity. I used a Tornado ServerWeb (Python) and a No-SQL database. My solution: Store all the {lon,lat} (regularly updated) of users in a ...
1
vote
2answers
461 views

where can I find SVG or GeoJSON of countries that uses a 2 or 3 digit country code?

I was going to use the Polymaps.org library (combined with Protovis) to create a nice vector based world map. However, there example (http://polymaps.org/ex/world.html) uses a GeoJSON from Thematic ...
1
vote
1answer
725 views

Polymaps.org & KML / Plotting lines in GeoJSON

Has anyone had a play with the Polymaps.org KML parser? To me it seems the example doesn't even work. I have an existing KML file which is being generated from a very simple database - I have a ...
1
vote
1answer
246 views

json_encode behaving different on arrayObject vs array()

I had a function in php: //simple method with array() $sensors = array(); $query = "select id, x(transform(wkb_geometry,". $epsg . ")) as lon, y(transform(wkb_geometry,". $epsg . ")) as lat from ...
1
vote
2answers
682 views

Edit JSON-Parser to parse geoJSON?

I want to use geoJSON-formatted Data in my iPhone app. THere is a JSON parser but no geoJason parser. Anyone can please help me? How do I have to edit the JSON parser to get geoJSON parsing ...
0
votes
0answers
12 views

How to generate geoJson data?

I want to generate geoJson data for an country and its all the states. In all the examples I have seen, all the data is for USA. I would like to know where and how can I get geoJson data for other ...
0
votes
1answer
40 views

GeoJSON: Are Properties allowed in FeatureCollection?

I could not find any relevant information in the spec: http://geojson.org/geojson-spec.html Is it allowed to have a properties key in a FeatureCollection? Or is it only possible for Features? If ...
0
votes
1answer
87 views

Drawing lines with geoJSON data in D3.js

I'm trying to draw US state outlines with the D3 framework (http://mbostock.github.com/d3/) but am having issues generating the actual SVG data. I've written my code to follow the Chloropleth example ...
0
votes
0answers
55 views

Group map points by their category in JavaScript

I'm putting points on a map by parsing through a dynamically created GeoJSON file. I'd like to group these points by it's category attribute (each point has a category property). I've found how to ...
0
votes
0answers
64 views

GeometryCollection Issue in GeoJSON javascript Library with Google Maps API V3

When I have to show GeoJSON data, I use this code https://github.com/JasonSanford/GeoJSON-to-Google-Maps/blob/master/index.htm which support most of the Geometry type. But the problem in here is ...
0
votes
1answer
67 views

JavaScript SVG World Map library that works offline?

I'm looking for a JavaScript library that allows me to build SVG maps from locally hosted shape data (to allow users to use the application without internet connection). 1) Where should I be looking? ...
0
votes
1answer
75 views

Retrieving GeoJson properties from OpenLayers.Layer.Vector object

After looking at dev.openlayers.org/apidocs/files/OpenLayers/Layer/Vector-js.htm - it isn't clear how to extract the properties value from the geojson example below, using the following javascript: { ...
0
votes
1answer
102 views

Transform GeoJSON to SVG with Javascript

Is there a ready-to-use Javascript plugin that thansforms a GeoJSON string into a SVG string? A rendering engine, as Tempo, or the project JsonT would be useful, but I need the template to make them ...
0
votes
1answer
75 views

jqgrid json reader for geoJson

I have a PHP script that extract valid GeoJSON data from a database. Now I would like to prepare a grid view of these data with jqgrid, but I can't figure out the proper jsonReader for the javascript ...
0
votes
0answers
101 views

grid and load GeoJson, it doesn't works

I have a GeoJson data store and I have problems to load the data in the grid view. I send data from a form to a PHP query and it makes the GeoJson file. I want to load data dinamically. If i use the ...
0
votes
1answer
280 views

Accessing Coordinates in a nested geojson file to draw polygons with Google Maps API v3

I am having a real pain of trying to draw multiple polygons from a geojson file. Below I have pasted a sample of the geojson file and the javascript used to access it. It seems the main problem I am ...
0
votes
2answers
598 views

making a vector layer with geoJson in openlayer

I used to make GML vector like this: layer = new OpenLayers.Layer.GML("based", "./parser2.php", { isBaseLayer: true, format: OpenLayers.Format.GeoJSON, ...
0
votes
1answer
157 views

OpenLayers Select Feature with control points

I have a OpenLayers.Layer.GML layer build with GeoJSON data given by MapFish. When I select his features control points are displayed and they let me edit the shape of the features. Well I don't want ...
0
votes
1answer
214 views

SimpleGeo Polymaps total noob LineString displaying as polygons question?

So I'm trying out polymaps as a beginner, adapting the midnight commander example: var po = org.polymaps; var map = po.map() .container(document.getElementById("map").appendChild(po.svg("svg"))) ...
0
votes
2answers
123 views

TileMill and Geojson; Datasource could not be loaded

Im following this article to get a geojson file from an excel using Google Refine. http://support.mapbox.com/kb/tilemill/converting-addresses-in-spreadsheets-to-custom-maps-in-tilemill Now I've got ...
0
votes
3answers
411 views

make my Json string parsed openlayers.format.geojson

i need to change a Json string into Geojson format. right now i am using Json_encode() function to convert sql query result into json string (as given in this link JSON encode MySQL results). i want ...
0
votes
0answers
310 views

OpenLayers GeoJSON Data Store

Background: I have a single geoJSON data object that backs multiple Vector Layers of its features. I do this because the feature data has many attributes and can be presented in many different ways, ...
0
votes
3answers
185 views

Automatically encode points to geojson with as_json in rails3

A rails service I am currently working on requires that points are returned as a GeoJSON object within our json response. We are using rgeo and the mysql2spatial adapter to represent these points in ...
0
votes
1answer
303 views

Validate geojson object

I have my geojson object, and i want to test whether the object is in correct format or not. How can i validate or check my geojson object. (i am working on php platform)
0
votes
0answers
69 views

How to send GeoJson data across JSP to a database?

My html-javascript has generated GeoJson data . It is being stored in a variable . I want to send those data across jsp to a database . How do I do it ?
0
votes
1answer
535 views

OpenLayer+GeoJSON+Django

Hi i try to do that example http://openlayers.org/dev/examples/all-overlays.html in my django application. I use test server. To access roads.json file in urls.py i wrote ...