Index: /src/django_gheat/gheat/random_db_init.py
===================================================================
--- /src/django_gheat/gheat/random_db_init.py	(revision 9054)
+++ /src/django_gheat/gheat/random_db_init.py	(revision 9055)
@@ -33,6 +33,6 @@
   sql_insert_values = []
   for i in range(0,count):
-    latitude = random.randint(140252,167846)
-    longitude = random.randint(459019,514637)
+    latitude = 52 + random.uniform(0.140252,0.167846)
+    longitude = 4 + random.uniform(0.459019,0.514637)
     signal = random.randint(0,100)
     # This takes roughly 1 minute on 10000 items which logically cause it does
