Giter Club home page Giter Club logo

Comments (14)

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
[deleted comment]

from gmapcatcher.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
I think this is problem of your network.

Use your web browser, access 'http://maps.google.com/maps', is that page OK?

Read the source code of that page, could you see something like
'http://mt0.google.com/mt?v\x3dw2.83\x26hl\x3den\x26' there?

If you want to download map tiles dynamically, make sure you can access google 
map in
your web browser directly (with no proxy setting).


If you believe your network is OK, edit 'googleMaps.py', line 33  (version 
0.03),,
replace the 'None' with '"2.83"'.

Original comment by [email protected] on 9 Oct 2008 at 3:57

from gmapcatcher.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
My network is fine.. The issue was fixed when the return value was changed.

Thanks for the useful tool. Is there a RSS feed for this project?

Original comment by [email protected] on 9 Oct 2008 at 4:27

from gmapcatcher.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
There's no plan to add a RSS feed.

If you have to change the return value, there must be something wrong. If 
google map
change their version number, you must fix the value again. In 0.03 version, I 
tried
to query the number from google map's index page. But it doesn't work for you
(definitely it works for me). If you can find the problem, please tell me. 
Thank you!.

Original comment by [email protected] on 11 Oct 2008 at 8:42

from gmapcatcher.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
very usefull tool, thanks!!

i get this error when i use search:

downloading the following location: 37.979180, 23.716647
+37� 58' 45.05\ at 37.979180, 23.716647
./maps.py:328: PangoWarning: Invalid UTF-8 string passed to 
pango_layout_set_text()
  gtk.main()

And then when i run application again i get this:
 self.show_all()
./maps.py:328: Warning: g_utf8_casefold: assertion `str != NULL' failed
  gtk.main()
Segmentation fault

I'm using ubuntu 8.04


also,Is there any way to implement, long, lat search while offline?

Original comment by [email protected] on 21 Oct 2008 at 4:17

from gmapcatcher.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
stejogr:

I can't reproduce your problem. Please tell me the problematic position you 
entered
into the search field.

About the search function, see ~/.googlemaps/location. When offline, you can get
hints about the cities you searched before, and gmapcatcher can retrieve the 
long-lat
coordinators. Technically, offline search is implementable with a cities 
database,
however, if you haven't access that city online, you can just get a gray screen
because there's no tiles downloaded. So there's no plan about offline search. 
Thank you!


Original comment by [email protected] on 28 Oct 2008 at 3:08

from gmapcatcher.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
Thank you, for the replay.

It looks, there's a problem with Greek, locations, try to type for example, 
Athens, 
greece, you'll get the resault, but in the search bar, you'll see something 
like 
this : Ath􏻭nai, Greece,   and after that, if you try to search again, the 
application will crash. And the solution to run gmapcatcher again, is to delete 
location file in ~/.googlemaps.

This happens also, when you try to search using coordinates. for example, if i 
enter 
37.979180, 23.716647, after the search is over, i am getting this in the 
searchbar:
+37􏺰 58' 45.05\. and on the next serach, after the first letter i enter in 
the 
field, gmapcatcher, crashes.
I forgot to say that , the first search is allways successful.
And the error is always the same, like I wrote, in the previous post.

I hope this helps
Thank you

Original comment by [email protected] on 5 Nov 2008 at 10:20

from gmapcatcher.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
stejogr:
Thank you for your reporting. But I think this should faulty of gtk. I'll try 
to fix
it when I have time. For now, we have a workaround: delete the
~/.googlemap/locations, or just delete the problematic entry. (VIM report 
illegal
byte in my computer, you need save the file by w! command). If you really need 
that
location, you can replace the location field with an English word.

This is not always a problem when you search some place with non-English word. 
I've
tried Chinese character and it works OK. Do you know something about the char 
that
cause problem? I can't even see it in my browser.


Original comment by [email protected] on 5 Nov 2008 at 4:41

from gmapcatcher.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
The Char causing the problem is the "Degree Sign"

Original comment by heldersepu on 2 Feb 2009 at 9:19

Attachments:

from gmapcatcher.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
This might be a solution:
http://faq.pygtk.org/index.py?req=edit&file=faq04.010.htp

Original comment by heldersepu on 2 Feb 2009 at 11:58

from gmapcatcher.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
A nice Introduction to Unicode:
http://www.amk.ca/python/howto/unicode

Original comment by heldersepu on 3 Feb 2009 at 1:39

  • Changed state: Started

from gmapcatcher.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024
What steps will reproduce the problem?
1. Uncheck the offline box
2. In the query enter 37.979180, 23.716647 
3. Click OK
4. A PangoWarning is shown
5. Try another query

What is the expected output? What do you see instead?
 The application crashes

Please use labels and text to provide additional information.
 location = unicode(location, errors='ignore')

Original comment by heldersepu on 3 Feb 2009 at 1:49

Attachments:

from gmapcatcher.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024

Original comment by heldersepu on 3 Feb 2009 at 2:02

  • Changed state: Fixed

from gmapcatcher.

GoogleCodeExporter avatar GoogleCodeExporter commented on July 29, 2024

Original comment by heldersepu on 12 Aug 2009 at 1:53

  • Changed state: Done

from gmapcatcher.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.