vanthieughita / gmapcatcher

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

Various: POI Management #127

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What new or enhanced feature are you proposing?
Makers file: Current separator between name, lat, long and Zoom is a Tab.
Seems GMapcatcher need perfect alignement between these values and limited 
number of digit after the coma for lat and long:

Replace this separator by as Slash or ; underline
Add a possibilty to choose the Maker (Marker01.png)
Get the  name of the POI when I click on the marker

What goal would this enhancement help you achieve?
To be easier to generate markers file from other application.
As information: (I use it and it works perfectly) under windows Vba it's 
possible to lauch GMapcatcher and automatically load the marker file with 
a Shell:
Shell """C:\Program Files\GMapCatcher\maps.exe"" ""C:\here the Correct 
Path\.googleMaps\output.kml""", vbMaximizedFocus

hope that can help.
Franck

Original issue reported on code.google.com by franck.c...@club-internet.fr on 7 Feb 2010 at 10:02

GoogleCodeExporter commented 8 years ago
Hello Hello

Yes the elements in the marker file are TAB separated, and I would prefer not 
to 
change it because it will create a backwards incompatibility. 
 - I'm not sure what you mean by "perfect alignment" is just a TAB separated list.
 - In my tests I have not seen any limitation in the number of digits after the comma 
see attached file.

There is already a "task" to show more information for a marker see: Issue 75 

I guess that you have programming skills if you want to join this project let 
me know 
, your help is appreciated.

Original comment by heldersepu on 8 Feb 2010 at 1:20

Attachments:

GoogleCodeExporter commented 8 years ago
 I was doing some reading more digging and I have good news for you, we currently can 
read the marker file with any separator! It actually works without separators, 
that is 
because we read using "regular expressions", see sample attached.

We do the reading here: 
def read_file(strInfo, filePath): 
http://code.google.com/p/gmapcatcher/source/browse/trunk/src/fileUtils.py 

Original comment by heldersepu on 12 Feb 2010 at 5:43

Attachments:

GoogleCodeExporter commented 8 years ago
I will merge this issue into Issue 75

Original comment by heldersepu on 4 May 2010 at 2:26