The tag has no wiki summary.

learn more… | top users | synonyms

-1
votes
2answers
30 views

Library or API for map display in Java [closed]

I'm currently developing a software in java in which I need to display a map of the world and points (with latitude and longitude) that will probably move. I'm wondering what is the best API or ...
0
votes
1answer
39 views

Need map visualization tool which treats countries like bars in a bar chart

I've been searching the internet for a package which can create a simply global map. There are several which I've searched, webgl globe, kartograph, cartodb, R etc. None of these have what I'm ...
0
votes
0answers
11 views

Extract data from WMS or WFS flow

I want to get a wms or a wfs flow and extract data to store it in a database or something else in JSON format. Which technology can I use to do that ? Thanks
0
votes
2answers
53 views

how to scale map coordinates to ensure it is completely visible

I'm working on a GIS-like app, and I need to draw a (2d)cartographic map on a Gtk window. We get the coordinates - already converted into standard x, y format - from PROJ.4. All points have very ...
1
vote
2answers
144 views

Turning a camera to a specific latitude/longitude (Google Earth API)

This is specifically a Google Earth API question, but any general geographical solution that can be adapted to it is fine, too. I'm using the Google Earth API to dynamically put a placemark somewhere ...
0
votes
1answer
96 views

How to do ^= match with CartoCSS?

Looking at the following DBF database, how would I go about targeting the "hospital" type? In CSS3 you can do something like *[attr^='hospital']. I don't know how to do this with CartoCSS, however. ...
1
vote
2answers
159 views

improve cartographic visualization

I need some advice about how to improve the visualization of cartographic information. User can select different species and the webmapping app shows its geographical distribution (polygonal degree ...
-1
votes
1answer
90 views

Could we create & export a map of our facebook friends network?

I have a little question about facebook apps capabilities. Does it give the access of the connexion between each friend? i explain, for example i have a professional account where i have 100 friends, ...
0
votes
0answers
56 views

Record Level Relationship Diagram Tool

Background I'm hoping to find a way to represent the relationships between various objects. i.e. We have a development, a test, and a production environment (actually we have more, but keeping it ...
1
vote
1answer
240 views

How to plot geo-referenced image so that it “fits” the plot coordinate system in Matplotlib

A very similar question, solved the same way: how to use 'extent' in matplotlib.pyplot.imshow I have a list of geographical coordinates (a "tracklog") that describe a geographical ...
-1
votes
3answers
159 views

How to Count Total Distance & Total Time While Travelling From One Location To Another [closed]

Very much new to this issue,need to fine total travelling distance while going from one location to another and also need to count total time spent to that travel.finding distance using latitude and ...
0
votes
2answers
198 views

Using Choropleth with Google Maps API V3

I am currently trying to implement a simple choropleth map into my map (using google maps api v3). I will later on be using either xml or json to retrieve my data but at the moment I am just trying to ...
2
votes
1answer
114 views

Map shading based on distance

I have a google map which presents the distance from a particular location. The map consists of a set of polygons, where a polygon encircles an area which is the same distance from the point. So in ...
0
votes
1answer
277 views

Add coastline when plotting faceted arrays in R with ggplot2

I put together a toy example below. My question is, how can I added coastlines (much like you can get from the maps package to the faceted plots below? I can do this with contour() and ...
0
votes
1answer
133 views

Create new geographical map data or use modified maps

I am working on an iphone application that requires routing within a limited area such as parks, historical places, popular markets or remote areas in the country. Given that google maps, ...
1
vote
0answers
21 views

Where can I find a picture of earth on which I can overlay points?

Are there any free map pictures I can use for geographical visualizations? I'm looking for something of reasonable quality I can map lat/lon points to pixels on and play around with visualization ...
2
votes
2answers
633 views

What earth radius should I use to calculate distances near the Poles?

I'm monitoring a GPS unit which is on it's way from Cape Discovery in Canada, to the North Pole. I need to keep track of the distance travelled and distance remaining each day, so I'm using the ...
2
votes
1answer
112 views

Data model for meridians and parallels

I'm thinking about some suitable model for storing meridians and parallles. Meridians and parallels should be kept as lines. Possible models: A) "Topologic" model Each point stores pointer to north, ...
3
votes
2answers
244 views

Tool for the cartography of a complex information system

I am looking for a Visio-like tool that would help me draw my information system at the component level. The design will not fit on a single piece of paper and I would like a web tool with a sort of ...
9
votes
5answers
582 views

Quickly find and render terrain above a given elevation

Given an elevation map consisting of lat/lon/elevation pairs, what is the fastest way to find all points above a given elevation level (or better yet, just the the 2D concave hull)? I'm working on a ...
6
votes
1answer
436 views

Drawing cartograms with Matplotlib?

In case somebody doesn't know: A cartogram is a type of map where some country/region-dependent numeric property scales the respective regions so that that property's density is (close to) constant. ...
0
votes
1answer
248 views

Cartography and road maps in java

Hi all i'm developing an application must show a list of customers, resellers and other types of data an ao geographic map (from satellites) or on a road map for an university's exam. With this ...
5
votes
4answers
3k views

How do I plot latitude/longitude coordinates on the screen?

I am trying to figure out how to plot WGS84 latitude/longitude points on a bitmap but cannot figure out the math required to turn lat/lon points into coordinates that would be plottable. Could anyone ...
0
votes
4answers
4k views

java transform projection EPSG:900913 to EPSG:4326

in the openlayers we can simple transform EPSG:900913 to EPSG:4326 I'm look for a java lib can do that. here I found this, http://www.jhlabs.com/java/maps/proj/index.html but the document is in c++ ...
6
votes
2answers
2k views

Suggestions on manipulating an SVG map

I'm working on a map of the native languages of California for Wikipedia. The map contains areas that each correspond to a language. The original looks like this (click it to see the SVG): I want ...
13
votes
4answers
2k views

Good books on cartography/GIS programming? [closed]

I'm looking for some recommendations on good books that cover cartography and GIS from a programming perspective. I'm not talking about books that concentrate on some concrete GIS technology or GIS ...