1
0
Fork 0
This commit is contained in:
Heiko Kernbach 2013-08-22 11:20:41 +02:00
parent b27e641611
commit 85488e398d
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
arango> db.geo.ensureGeoIndex("loc");
{ "id" : "127629/47772301", "type" : "geo", "geoJson" : false, "fields" : ["loc"], "isNewlyCreated" : true }
{ "id" : "127629/47772301", "type" : "geo1", "geoJson" : false, "fields" : ["loc"], "isNewlyCreated" : true }
arango> for (i = -90; i <= 90; i += 10) {
.......> for (j = -180; j <= 180; j += 10) {