Please activate JavaScript!
Please install Adobe Flash Player, click here for download

MongoDB im Einsatz - Nils Domrose

GEO DATEN UND MONGO >db.places.insert({loc: {lat: 50, lon: 50}}) >db.places.ensureIndex( { loc : "2d" } , { bits : 26 } ) >db.places.find( { loc : { $near : [50,50] , $maxDistance : 5 } } ).limit(20) Placemark Server ohne eine Zeile Code! 11