geospatial - Simple latitude/longitude + integer database? -


is there fast, persistent database storing latitude, longitude, , integer value quick geo-spacial lookups?

the idea have lots of id's of different things , want search lat/lon squares id's in given location.

my first thought creative use of key-value store membase or redis. however, can't figure out method search based on properties latitude , longitude short of creating set sized lat/lon blocks , placing ids value (which doesn't work well).

how spatiallite, geocouch, mongodb spatial extension, or postgis? don't use mysql - doesn't have of spatial functions implemented


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

android - layout with fragment and framelayout replaced by another fragment and framelayout -