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

learn more… | top users | synonyms

0
votes
0answers
14 views

How can I show popups from different layers with all of the visible?

I'm making a map with 3 different layers, one for each year, so frequently the popups are in the exact same place. I'm using a marker cluster so when zooming the map you can see the individual marker ...
0
votes
0answers
10 views

How do I add elevation data to a GeoJSON line from a GPX file? [migrated]

I understand that elevation can be added as an optional third value in Coordinates (lat, long, elev) in a geojson file, but I can't find a way to actually do that from a gpx file. I've used ogr2ogr to ...
0
votes
0answers
14 views

How do I combine the geoJson of several countries to create a region

I have the geoJson for every country in the world, but I need to combine several countries to create a region to display on a map. What is the best way to do this?
1
vote
1answer
16 views

Get parameter from geoJson

Hello I am using the following code to load geoJson file from my java server application. It works withoout problem and I can display the geojson as vector layer in openlayers. But on the server side ...
0
votes
2answers
47 views

Drawing map with d3js from openstreetmap geojson

Hy I'm trying to draw an svg with d3.v3.js from geojson. I fetch the geojson from openstreetmap(my test data: http://pastebin.com/4GQne42i) and try to render it to svg. My JS code: var path, vis, ...
-2
votes
0answers
30 views

How to display geojson properties onclick in leaflet?

Using this example, how do i display the actual geojson properties in the popup within leaflet? http://leafletjs.com/examples/geojson.html
0
votes
0answers
27 views

Choropleth in Leaflet

I'm fairly new to Leaflet (and stackoverflow) and I've been trying to get a choropleth to show up on my map. I have a basic leaflet map that currently shows up, but when I try to get my geoJson to ...
0
votes
0answers
69 views

Multiple GeoJSON layers in D3 + Leaflet

I am learning how to combine Leaflet and D3 with the tutorial here: http://bost.ocks.org/mike/leaflet/ I would like to know how to add more than one GeoJSON layer to this tutorial - with points over ...
1
vote
1answer
36 views

Emit links between 2 doc's geopositions with CouchDB+GeoCouch

I have a CouchDB where each document represents a point on a map. Furthermore, each doc has a list of ids and each of those ids represents a target for a link on the map. I wonder if it's possible to ...
0
votes
2answers
57 views

iOS: geojson iOS access

Developing for the iPad, I have created a file that i call Coordinates.geojson. I would like to access it from within a classfile called JsonDecoder.m Here is JsonDecoder.m @implementation ...
-3
votes
1answer
40 views

Huge geoJSON file — cannot even edit [closed]

I have a geoJSON file that needs to be edited. For example, I need to do a Find and Replace operation. However, I cannot even open the file (150 MB) in some applications. With TextEdit (I'm on a ...
0
votes
0answers
36 views

Receiving PG::Error when trying to save GeoJSON to Postgres / PostGIS database. What's missing?

I'm using Rails 3.2 with a Postgres / PostGIS database and the following gems: pg (0.15.1) rgeo (0.3.20) rgeo-activerecord (0.5.0) rgeo-geojson (0.2.3) activerecord-postgis-adapter (0.6.2) The ...
0
votes
1answer
118 views

Handling class attribute assignments in Polymaps

I'm a social science person increasingly getting into web programming for data vis work so apologies if this question is dumb. I'm working on a polymaps implementation to visualize country level data ...
0
votes
0answers
51 views

Search all polygons that contains a series of points in mongodb

My question is similar to this one Given a set of polygons and a series of points, find the which polygons are the points located I have a mongodb database with two collections, regions that stores a ...
1
vote
1answer
352 views

Map with d3.js and TopoJSON, Albers Siberia projection

I'm trying to make a Choropleth with d3.js but I got stucked just at the beginning. I found a Shapefile and generated GeoJSON and TopoJson files from it just like here. The map uses Albers-Siberia ...
0
votes
1answer
114 views

Converting KML to GeoJson

I'm having huge issues doing this so once again i come for help. I have this massive file http://d.pr/n/m3q6 which contains all the DMA's for Nielson what i need to do with php somehow is parse ...
0
votes
0answers
17 views

compare properties from one geoJson file that are being displayed on a leaflet map with another geojson file to display more information

I am working on a kaggle project using leaflet and geoJson for the first time. Background: I am displaying a map of colorado with different school districts using a geoJson file name 'districts' which ...
1
vote
2answers
75 views

D3: Finding the area of a geo polygon in d3

I've got a map that uses a geoJSON file to draw the countries. I then want to draw a circle centered on each country. But for countries with several bounding regions (the US has mainland, Hawaii, ...
1
vote
1answer
84 views

Parsing error when drawing SVG paths from GeoJSON

I made a world map with D3.js. Everything worked like a charm. I then used the same code for a different geojson file, depicting Sweden only, and got multiple parsing errors. Both json files have the ...
0
votes
2answers
161 views

Read Latitude and Longitude from a GeoJSON file, and then display each lat-long as a marker with Leaflet

I'm new to Javascript and hence I'm a little lost. I am able to read from a GeoJSON file; however, I do not understand how to iterate through the file to get the Lat-Long of the points, and then ...
0
votes
1answer
102 views

JS leaflet: How to pass (Geo-)json ID to on click event?

My django web app should do the following: Pass a Geojson object to a view, map the points with leaflet and display some additional information when the user clicks on a point marker. I'm not so ...
0
votes
1answer
238 views

d3.js: swap between topojson maps on mouseclick?

I am making a topojson map with d3.js. I have three data sets within one big topojson that draw different maps, and I would like to swap between the maps on mouseclick. I thought I could achieve ...
0
votes
2answers
194 views

Displaying cities on an Australian map using topojson and d3js

I'm trying to make a map exactly like this example ( http://bost.ocks.org/mike/map/ ) except focused on Australia and New Zealand. I've followed the instructions but the dots for the places don't ...
0
votes
1answer
204 views

d3js world map with geoJSon

Is there any link which points to an chart/graph/map example using D3JS with World geoJSON data and highlights some of the location based on certain data with lat/lng? For example, the world map ...
1
vote
2answers
70 views

Check if point is within a polygon

Given a GEO-JSON polygon, such as the below: [ [15.520376, 38.231155], [15.160243, 37.444046], [15.309898, 37.134219], [15.099988, 36.619987], [14.335229, 36.996631], ...
0
votes
1answer
56 views

Transfer format between geodatabase and OpenLayers

I was curious ab your opinions whats the most efficient transfer format between SpatiaLite and OpenLayers. Currently Im developing an application based on SpatiaLite (extension of SQLite) and ...
0
votes
1answer
99 views

Ruby GeoJSON to KML

I have a Sinatra app that i'm posting GeoJSON (polygon) to.. I'm looking for a gem/ script to convert the JSON into a KML, before I att. to an e-mail (using mail gem). The closest thing I could find ...
2
votes
3answers
294 views

How does one reprsent MongoDB GeoJSON fields in a Mongoose Schema?

MongoDB 2.4 allows the use of GeoJSON objects and a slew of neat functions and indexes that I'd like to use. It expects GeoJSON objects to be stored in the format like: loc: {'type': 'Polygon', ...
0
votes
2answers
62 views

Unresolved push method because of strange type interfacing

I created a module like this: module GeoJSON { export interface position { (): number[]; } export interface coordinateArray { () : position[]; } export ...
2
votes
1answer
99 views

jqGrid from USGS geojson data

I'm trying to read and post in a jqGrid a set of earthquakes GeoJSON data extracted from USGS repository. The request is accepted, but displays "Uncaught SyntaxError: Unexpected token" when probably ...
0
votes
1answer
34 views

Natural Earth: How to get the position of all provinces that belong to a state

This question is about Natural earth 1:10 states and provinces.shp file. I'm using ogr2ogr and want to know the name of the id i need to pass . In purpose of pulling out the right states regions to ...
0
votes
0answers
74 views

leaflet geojson contextmenu

I want to add a context menu on right click for various elements on my geojson layer (I'm doing a road map so on a right click on the road at any part I want to show the context menu). I've managed ...
0
votes
0answers
25 views

Opening a geojson file in RhinoPython

I'm hoping my problem can be solved with some geojson expertise. The problem I'm having has to do with RhinoPython - the embedded IronPython engine in McNeel's Rhino 5 (more info here: ...
2
votes
1answer
361 views

GeoJSON mapping discrepancies between d3 and Leaflet

My objective is to use d3 to generate svg paths for each feature in a given GeoJSON feature collection. When I map the paths using leaflet, all the features look perfect. ...
0
votes
1answer
609 views

Update Leaflet GeoJSON layer with data inside bounding box

I'm using leaflet/JavaScript for the first time and I want to display a map, with a GeoJSON layer which change on every move… To only show points on the area. This is my code source: // Function to ...
1
vote
1answer
87 views

LineString with UTM coordinate on d3

I'am trying to implement some mapping with d3. Some problem happen after i moved from using command d3.svg.line() to d3.geo.path() and restructure to Geojson. I have drew line string section set on ...
0
votes
1answer
193 views

Updating marker from ajax with a leaflet marker cluster

I want to integrate a map with leaflet and update markers with ajax. My map is created with : <script type="text/javascript"> var cloudmadeUrl = ...
0
votes
1answer
80 views

Should I use the native Android org.json package to parse GeoJSON data?

How can I parse GeoJSON in Android? GeoJSON is an open format for encoding a variety of geographic data structures, based on JSON. A GeoJSON object may represent a geometry, a feature, or a collection ...
0
votes
1answer
77 views

Center of a GeoJSON Polygon [duplicate]

I'm looking to reposition a JavaScript map based on GeoJSON data. Can I calculate the center point of a Polygon from its array of coordinates? e.g. with: { "data": { "type": "Polygon", ...
0
votes
1answer
118 views

Basic Help for Geojson with d3

I am new to d3 and geojson. I read the articles for d3. I understood almost all. Now I new to create a map of canada with geojson and d3. I am reading the article http://bost.ocks.org/mike/map/ I ...
0
votes
0answers
66 views

Google Maps APIv3 zooming to see all markers

I got following GMAPS api code. It displays many points(from GEOJSON format file: objectlist.xca) on the map. My problem is I can't center and zoom it to see all points on map. I tried to use ...
0
votes
1answer
237 views

loading GeoJSON markers into MapBox

I'm trying to figure out how to load GeoJSON list on lon/lat coordinates into a MapBox map. I think I'm close, I just can't seem to get it actually working. I have a demo page set up here: ...
1
vote
2answers
262 views

Ajax function to collect geoJSON FeatureCollection and then output popups onto leaflet map layer

I am trying to create an ajax function in which I use a form to pass a bbox value to a PHP script which then uses the bbox parameters to output a FeatureCollection back to the ajax callback. From ...
0
votes
0answers
135 views

Converting Polylines to GeoJSON

I have a series of (encoded, or decoded) polylines captured from a service like Google Maps / Open Street Maps. For example: var polylines = ...
0
votes
2answers
203 views

How do i use KineticJS polygon object with geoJSON coordinates rather than points?

I am creating an interactive map on HTML5 canvas using KineticJS, problem is my map data is in geoJSON, so i have polygon coordinates rather than polygon points. This is how i would do it with ...
0
votes
1answer
377 views

How do i draw interactive map on HTML5 canvas with geoJSON coordinates (or data)

I am working on a dashboard-like web application similar to Google Analytics, where different sets of data are displayed in different formats including maps. The requirements are that the map should ...
0
votes
0answers
81 views

html5 tile canvas shape mouse over

I am working at leaflet project like giscloude.I have lot of shape and because of the improve map performances i use lats of canvas like http://editor.giscloud.com/map/16594/germany-6000000-features . ...
1
vote
0answers
119 views

Leaflet: Pass an extra argument to L.geoJson options

I'm working on choropleth maps using Leaflet framework. I'd like to have several separate layers for several years, so i' ve written this code (note that only names of 'style2002' and 'style2010' ...
0
votes
1answer
207 views

Emulate click on leaflet map item

Having the Leaflet Choropleth tutorial i have to emulate a click event on a specific map area. For example: i have to have a function like clickOnMapItem(itemId) that will click on a map area which is ...
4
votes
3answers
1k views

Difference between GeoJSON and TopoJSON

What is the difference between GeoJSON and TopoJSON and when would I use one over the other? The decription of TopoJSON on GitHub implies the TopoJSON files are 80% smaller. So why not just use ...

1 2 3 4