I try to find the nearest point in geoida database for every point stored in second database. Here\'s may approach, which is extremely slow. geoida.db stores +55000 coordinates
I\'m doing a geospatial query using a $polygon search. My query is: { \'location_latLong\': { \'$within\': {
My Schema is as follows: mongoose = require \'mongoose\' ObjectId= mongoose.Schema.ObjectId CheckinSchema = new mongoose.Schema
I have a collections names locations with data structures like: { \"_id\" : ObjectId(\"4e95263f1783ae8487be26d4\"),
I have been asked to add map support from one of any number of map APIs to a geographical display in our software.The display currently shows geographical coordinates, such as a series of GPS fixes; w
Does Oracle 10g database have GEO-Spacial search functionality out of the b开发者_如何学Cox, or is it something that needs to be install as an addition.
I am currently working on a private project that is going to use Google\'s GTFS spec to get information about 100s of Public Transit agencies, their routers, stations, times, and other related informa
I have an application using Bing Maps that draws polygons on a map. For most polygons, the system works fine, and shows the shape correct. However, with huge polygons (covering almost the entire plane
In my application, I am trying to use, RentModel.find({prop_location : { $near : [msg.lat, msg.lng],
Is there a way in Solr to have a document that: contains multiple lat/long pairs ask to return the closest point to a given (user-supplied) lat/long pair