I am working with radio maps that seem to be too fragmented to query efficiently. The response time is 20-40 seconds when I ask if a single point is within the multipolygon (I have tested \"within\"/\
I want to create an SQL sandbox that will allow users to execute arbitrary SELECT queries at a PostGIS database.Essentially, I want to allow users access to psql to play with.
I want to specify a box (i.e. 2 points) and select all the linestrings that are either within or intersect the box.
I like the way OpenStreetMap display its map. It almost looks like Google Map. I have already installed GeoServer and PostGis on my notebook. I also got this cloudmade osm file for my country, Indones
If i have a polygon in Postgis how can i fin开发者_StackOverflow社区d/calculate random points inside the polygon?The link cited by @Mike not have a code, but good clues from Dr.JTS:
For my开发者_Python百科 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.
I am working on some maps a开发者_运维百科nd animations using the html5 canvas element (example visible here.)I would like to be able to efficiently generate pixel-valued linestrings (x1, y1, x2, y2),
I tried posting this question earlier but was unsuccessful so I\'m trying again I imported a shape (set of points) file into postgres and have a table (hist_info) with additional data also in postgre
I just started using PostGIS & Postgresql and everything is running smoothly for the most part.When I try to find which MULTIPOLYGON s a POINT lies in I\'m getting stuck.I have two separate points
I am not quite sure where to start with this. I only just started looking into this in the past week, but hopefully someone can help point me in the right direction.