I have two GeoServers running in the same machine Ubuntu Server 9.04. GeoServer V2.0.1 is running with Jetty and another GeoServer V2.0.0 is Tomcat. Both of them are using the same PostGis datastore.
I\'m storing lat/lon information in a MySQL database, which doesn\'t have great geospatial search support. I\'m already maintaining a separate Lucene text search index for efficient full text search,
I would like to开发者_开发百科 use a document oriented db to store data from a feed. Sometimes that feed contains Geo-spacial data and I would like to be able to search on it. I\'ve found GeoCouch but
I\'m currently using django haystack with xapian. I couldn\'t find any documentation on how to perform geospatial queries on xapian. But there seems to be some momentum on Solr. So i\'m currently expe
I have a table that needs to record geographical points (long, lat) for the whole world. The input data is traditional longitudinal & latitudinal (-180, -90, 180, 90).
I have a Rails 3 application and I have a couple of use cases to support. Store Locator given an address or zip code.
I\'m interested in taking these census cartographic files and converting them into SVG files. So far I\'ve f开发者_如何转开发ound this shptosvg Perl script, but I\'d really prefer to do any coding or
I\'m planning to use Java iText library to generate Geospatial PDF (http://en.wikipedia.org/wiki/Geospatial_PDF).
MongoDB has lots of street cred especially since FourSquare uses it.MS SQL Server 2008 R2 also has Geospatial support.
I am wondering what would be the best way to use NHibernate.Spatial with SQLite for testing purposes?