abidinamdar / gmapcatcher

Automatically exported from code.google.com/p/gmapcatcher
1 stars 0 forks source link

marker path #324

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
First, thank you so much for the excellent job you’ve done with Gmap.
I have a small request, maybe you can solve my pb.
Right now I use Gmap markers file from the location of maps file which is used. 
 D:\GMapcatcher\.GMapCatcher\..
But if you install Gmap in network, all my family can access the map's folder 
and they have their own installation on their computer
So how I can configure the soft to use the marker file from their installation 
and not the one from the folder where is store the map ?
I need to use markers file as unique user but with a share drive for maps.

Thank you so much for your help and congratulation for the soft.

Original issue reported on code.google.com by olivierc...@gmail.com on 10 May 2012 at 10:02

GoogleCodeExporter commented 8 years ago
The ".GMapCatcher" directory has multiple items inside, for example in a 
default installation you will have :
 - markers = file with all your map markers
 - locations = file with all the locations searched
 - tiles = directory with the map tiles
 - sat_tiles = directory with the satellite tiles

In "Settings" > "Custom Maps Directory" you can change the location of 
".GMapCatcher" directory to anything you want, that will change the location 
for all the items I listed above. 

Original comment by heldersepu on 10 May 2012 at 12:12

GoogleCodeExporter commented 8 years ago
Issue 325 has been merged into this issue.

Original comment by heldersepu on 10 May 2012 at 12:14

GoogleCodeExporter commented 8 years ago
yes, i have understood that, but it wasn't my question. I have installed Gmap 
on each computer on C: drive. So like that ,maps, marker, location, tiles, 
sat_tiles, all of them are in the folder C:\GMapcatcher\.GMapcatcher\ ... but 
I have moved the folder d:\.GMapcatcher\ on a network drive 
And i have configured Gmap's settings for each computer to focus on this Maps 
folder. 
Like that, everytime someone is using GMap, the software store the new pic on 
the share folder.

But the pb i have is with the markers 
Each time someone is adding new marker I see it also. I would like if it's 
possible to use the markers file from the one who is install on the C: drive, 
and not the one on the network drive

I hope i was more clear with this explanation. 

Original comment by olivierc...@gmail.com on 10 May 2012 at 2:17

GoogleCodeExporter commented 8 years ago
a solution would be to modify the path of markers file.
How can i do that ? to use a markers file on the main installation folder but 
with no mandatory link with the maps folder.

Original comment by olivierc...@gmail.com on 10 May 2012 at 4:34

GoogleCodeExporter commented 8 years ago
Currently markers, locations and map tiles folder all must be in a common 
directory.
You will need to modify the project to read the markers from a different 
location

These are some good starting points:
http://code.google.com/p/gmapcatcher/source/browse/trunk/gmapcatcher/mapMark.py
http://code.google.com/p/gmapcatcher/source/browse/trunk/gmapcatcher/mapConf.py

Original comment by heldersepu on 10 May 2012 at 5:22

GoogleCodeExporter commented 8 years ago
thank you for your answer but i have any knowledge with python.
if it s possible for someone to put the same path for marker as gmapcather.conf

thank 

Original comment by olivierc...@gmail.com on 10 May 2012 at 9:32

GoogleCodeExporter commented 8 years ago

Original comment by heldersepu on 22 Jul 2013 at 1:41