Tagged Questions
0
votes
1answer
151 views
Generate population heatmap: Mapreduce?
I have a MySQL table containing
(100 million) Lat/Lng coordinates of locations in America
Number of people living within a square mile radius of that location
Question: After generating and ...
0
votes
1answer
43 views
Load only needed points to map from PostGIS in Rails
I'm loading a lot of points, polygons and lines from a PostGIS database to a google map. If I load the entire DB, it'll kill the browser, so I'm looking for a way to load only in the area the user can ...
0
votes
1answer
62 views
How to use bbox in long/lat with google/bing/etc… using mapserver
The bbox of OpenLayers.Control.GetFeature works in utm when the baselayer is 900913 ie. google/bing/etc) and in long/lat when the baselayer is 4326 (ie. my postgis layers served by mapserver), no ...
2
votes
1answer
175 views
How to find the elevation of a lon/lat polygon
I am trying to create an application that uses terrain information about an area. I use lon/lat (4326) polygons from a kml file and store the geometries in postgis.
I need to find the elevation ...
1
vote
1answer
204 views
How to draw the Postgis Shortest_path line on google maps?
I have installed PostGIS/PostgreSQL, imported the OSM data from OpenStreetMaps and I am querying the database to get shortest path between two points. As is visible on image the query returns the ...
2
votes
2answers
126 views
How to find nearest City of out of a selected set
I need to get the nearest city out of a selected set of cities.
Our company has a list of subsidiaries (some 100 in my country). We get around 3000 requests a day. This requests should be assigned to ...
0
votes
4answers
649 views
Creating a polygon around a linestring with PostGIS
I am new to PostGIS and need to ask for some help here.
I have a polyline from google maps (representing an itinerary) and need to build a polygon (buffer) around it with a specific distance in meters ...
1
vote
1answer
112 views
neighborhood classification with postgis
I need to build a web application to explore some survey data, but I am struggeling a bit to find the right tools. PostGIS looks quite interesting, but I am not sure if it fits my needs or is maybe ...
0
votes
2answers
180 views
Mark Out Multiple Delivery Zones on Google Map and Store in Database
Background:
I'm trying to use a Google Map as an interface to mark out multiple polygons, that can be stored in a Postgres Database.
The Database will then be queried with a geocoded Longitude ...
0
votes
2answers
192 views
What is the best way to implement a “Find a Store” feature in Rails?
I will be implementing a search feature on a project to allow a user to find the nearest store based on driving time given a input physical address. I would prefer showing a Google maps of the closest ...
0
votes
2answers
2k views
Google Maps: Get points contained within a user-drawn polygon?
A local real estate agent is wanting to add Google maps to his web site that display his listings. However, rather than just showing map markers to all his properties, he wants the web site visitor ...
1
vote
1answer
208 views
how to proceed further this gis project?
For my company in house use i want to develop a gis project with simple goals.
To display all places with name wherever my company presents,over the normal country map.
Connect main office with ...
1
vote
3answers
2k views
Google maps api,Postgis,Multipolygon
Hello all
PostGis WKT format of Multipolygon is:
MULTIPOLYGON(
((20.229 39.409,20.2241 39.401,20.220 39.410,20.229 39.409)),
((20.209 39.407,20.223 39.400,20.211 39.402,20.209 39.4076))
)
Google ...
2
votes
1answer
1k views
Querying a PostGIS database with a KML “shapefile”
I am working on a Google Maps application that doee the following (on a low zoom level):
Prints a bunch of polygon overlays onto the map. These polygons are created from KML files that I created ...
