Coder Social home page Coder Social logo

gmapcatcher's People

Watchers

 avatar  avatar

gmapcatcher's Issues

Should we use MixedCase in the name?

While showing the programm to a friend I noticed that the name 
(gmapcatcher) was hard to read, he was reading it {GM apcat...}    

Some ideas:
 gMapCatcher
 gMAPcatcher
 GmapCatcher




Original issue reported on code.google.com by heldersepu on 27 Jan 2009 at 3:31

Attachments:

Let users personalize GMapCatcher

What new or enhanced feature are you proposing?
 We could save a lot of information in a configuration file, such as:
  - Size of the main windows
  - initial Zoom
  - initial center of the map
  ...

What goal would this enhancement help you achieve?
 Enable Personalized User Experiences,  

Original issue reported on code.google.com by heldersepu on 17 Apr 2009 at 6:39

Keyboard Navigation when in FullScreen

What new or enhanced feature are you proposing?
 It will be great it we could move the map using the arrow keys when in 
FullScreen

What goal would this enhancement help you achieve?
 Very useful for those out there who do not like the mouse!!

Original issue reported on code.google.com by heldersepu on 10 May 2009 at 11:33

Offline mode, cannot do search

I guess that the [OK] button should be disabled if Offline is checked 
or 
If Offline is checked and trying to search we could do a "connection test"
if positive take the user automatically Online

Original issue reported on code.google.com by heldersepu on 24 Jan 2009 at 3:58

Default info in the query entry box

What new or enhanced feature are you proposing?
 It will very nice to have something similar to the Summary in the Issues
where by default it show "Enter one-line summary" all selected (image
attached) and as soon as it gets the focus it blanks out.

What goal would this enhancement help you achieve?
 Provide more description to the final user on what can be entered on the
query entry box

Original issue reported on code.google.com by heldersepu on 13 Feb 2009 at 4:51

Attachments:

Can not connect to Google Maps at all

What steps will reproduce the problem?
 1. Install, Run and try to zoom beyond level 16

What is the expected output? What do you see instead?
Nothing appears (empty area)

What version of the product are you using? On what operating system?
0.7

Please provide any additional information below.

The error I get when clicking on 'Download' is 'Can not connect to 
maps.google.com' (which is clearly not the problem while using the 
browser).

Original issue reported on code.google.com by [email protected] on 9 Jun 2009 at 9:07

Add a few "maps" to the installer

The default instalation shows a very "sad" interface, adding a few maps 
can make it a bit friendlier.

Original issue reported on code.google.com by heldersepu on 27 Jan 2009 at 5:51

HTML version for GMapCatcher

What new or enhanced feature are you proposing?
I need HTML version of gmapcatcher as http://code.google.com/p/ogmaps/
But ogmaps is no longer developed with new google maps version. 

What goal would this enhancement help you achieve?

we can use everywhere without python(Cellphone with html,javascript support)



Original issue reported on code.google.com by [email protected] on 27 Feb 2009 at 2:44

GPS support?

What new or enhanced feature are you proposing?
To have GPS support.


What goal would this enhancement help you achieve?
Be able to track waypoints throught gmapcatcher and a gps device.

Original issue reported on code.google.com by [email protected] on 10 Apr 2009 at 11:47

Mac Installer

What new or enhanced feature are you proposing?
 Create a Mac OS X installer

What goal would this enhancement help you achieve?
 Make it easy to install for Mac users

Original issue reported on code.google.com by heldersepu on 19 Jun 2009 at 2:34

Center location (tile) after searching

What steps will reproduce the problem?
 1. Do a search (Houston, TX) is good example
 2. The output will not be centered on the City

What is the expected output? What do you see instead?
 The City should be on the center, instead the corner of the tile is on 
the center.

Attached file (goolglemaps.zip) contains a few examples

Original issue reported on code.google.com by heldersepu on 6 Feb 2009 at 3:30

Attachments:

Access denied error

What steps will reproduce the problem?
 I'm uncertain about the step to replicate this issue.
 After browsing the maps for a few minutes I notice an error.

What is the expected output? What do you see instead?
 There should be no errors like this! 

Please use labels and text to provide additional information.
 Log file Attached

Original issue reported on code.google.com by heldersepu on 27 Apr 2009 at 1:58

Attachments:

ValueError: image should be a GdkPixbuf or empty

Using 0.071 on XP, every time I exit, I see an OK message dialog box titled 
"Errors occurred" and reading "See the logfile 'C:\Program 
Files\GMapCatcher\maps.exe.log' for details."  Looking there, I see many, 
many of the following:

...
Traceback (most recent call last):
  File "maps.py", line 372, in expose_cb
  File "mapDownloader.pyc", line 140, in query_region_around_point
  File "mapDownloader.pyc", line 126, in query_region
  File "mapDownloader.pyc", line 106, in query_tile
  File "gtkThread.pyc", line 33, in cb
  File "maps.py", line 396, in tile_received
  File "googleMaps.pyc", line 155, in load_pixbuf
  File "tilesreposfs.pyc", line 59, in load_pixbuf
ValueError: image should be a GdkPixbuf or empty
Traceback (most recent call last):
  File "maps.py", line 372, in expose_cb
  File "mapDownloader.pyc", line 140, in query_region_around_point
  File "mapDownloader.pyc", line 126, in query_region
  File "mapDownloader.pyc", line 106, in query_tile
  File "gtkThread.pyc", line 33, in cb
  File "maps.py", line 396, in tile_received
  File "googleMaps.pyc", line 155, in load_pixbuf
  File "tilesreposfs.pyc", line 59, in load_pixbuf
ValueError: image should be a GdkPixbuf or empty
Traceback (most recent call last):
  File "maps.py", line 372, in expose_cb
  File "mapDownloader.pyc", line 140, in query_region_around_point
  File "mapDownloader.pyc", line 126, in query_region
  File "mapDownloader.pyc", line 106, in query_tile
  File "gtkThread.pyc", line 33, in cb
  File "maps.py", line 396, in tile_received
  File "googleMaps.pyc", line 155, in load_pixbuf
  File "tilesreposfs.pyc", line 59, in load_pixbuf
ValueError: image should be a GdkPixbuf or empty
...

I'm not sure if this is related, but when dragging the map around, I 
sometimes find that the entire screen (or nearly the entire screen) 
abruptly turns gray once I pan to certain places at certain zoom levels, 
even though there are clearly tiles there since if I pan just a tiny bit 
back, the tiles re-appear.

Original issue reported on code.google.com by [email protected] on 9 Jun 2009 at 3:27

location not found

What steps will reproduce the problem?
 1. UnCheck the Offline box
 2. Enter an invalid Query such as (asdfg qwert)
 3. Click OK

What is the expected output? What do you see instead?
 some visual response on the interface 

What version of the product are you using? On what operating system?
 0.041 on Win XP

Please provide any additional information below.
 There seem that we have a lot of interaction in the Command window
 on this case I get:
   downloading the following location: asdfg qwert
   location asdfg qwert not found
   Can't find asdfg qwert in google map
 This case can be complicated with the windows installation, because no
Command window is shown...

Original issue reported on code.google.com by heldersepu on 24 Jan 2009 at 4:15

Directions on the map

Get directions on the map like with google maps. 
Set waypoints.
Drag and drop the route

Original issue reported on code.google.com by [email protected] on 24 May 2009 at 5:55

Does not work in Ubuntu 8.04


$ ./maps.py 
Churchgate, Maharashtra, India at 18.932245, 72.826438
!@@#
!@@!#!@
!@@#
!@@!#!@
!@@#
!@@!#!@
!@@#
!@@!#!@
!@@#
!@@!#!@
!@@#
!@@!#!@
!@@#
!@@!#!@
!@@#
!@@!#!@
!@@#
!@@!#!@
!@@#
!@@!#!@
!@@#
!@@!#!@
..

And it just continues this way. Whats the issue?

Original issue reported on code.google.com by [email protected] on 4 Oct 2008 at 5:20

Error searching for "Beijing China"

What steps will reproduce the problem?
1. Just search for Beijing China

What is the expected output? What do you see instead?
 Traceback (most recent call last):
   File "C:\gmapcatcher\maps.py", line 129, in confirm_clicked
     l = self.ctx_map.search_location(location)
   File "C:\gmapcatcher\googleMaps.py", line 141, in search_location
     lat, lng = float(m.group(1)), float(m.group(2))
 AttributeError: 'NoneType' object has no attribute 'group'

Please use labels and text to provide additional information.
 it seems that  def search_location is unable to get lat & lng of this location

Original issue reported on code.google.com by heldersepu on 8 Feb 2009 at 3:49

Attachments:

Windows installation + options

Add options during install to create shortcuts in:
 - Desktop 
 - Quick Launch Toolbar

Original issue reported on code.google.com by heldersepu on 24 Jan 2009 at 7:33

Transit Support

What new or enhanced feature are you proposing?
Transit Support

What goal would this enhancement help you achieve?
Knowing.

Original issue reported on code.google.com by [email protected] on 29 May 2009 at 6:47

Enhance the look and feel of DLWindow

What new or enhanced feature are you proposing?
 - Improve the appearance of DLWindow, An idea could be add some frames to
group common items (sample.PNG)
 - Add validation on the key-press-event of the Entry boxes, preventing
unwanted chars (letters & symbols)

What goal would this enhancement help you achieve?
 Make the DLWindow a more user-friendly experience

Original issue reported on code.google.com by heldersepu on 1 Apr 2009 at 1:35

Attachments:

Keep the list of locations sorted

What new or enhanced feature are you proposing?
 Now that we are showing a list of locations in the dropDown menu it will 
be good to keep it sorted

What goal would this enhancement help you achieve?
 In that way it will be easier to locate a location in the list


Original issue reported on code.google.com by heldersepu on 26 Feb 2009 at 1:25

Allow users to change theme

What new or enhanced feature are you proposing?
 Under Windows the theme is defined in: 
"%PROGRAMFILES%\GMapCatcher\etc\gtk-2.0\gtkrc"

What goal would this enhancement help you achieve?
 End users can have more control on the look and feel of the interface

Original issue reported on code.google.com by heldersepu on 10 May 2009 at 10:23

Satellite Maps

Add satellite feature, This might be a starting point:
http://khm3.google.com/kh?v=36&hl=en&x=0&y=0&z=0


Original issue reported on code.google.com by [email protected] on 30 Jan 2009 at 1:58

Configurable folder where the app save the map

What new or enhanced feature are you proposing?

I would like to be able to change the folder where the maps are stored
("USERFOLDER/.googlemaps")

What goal would this enhancement help you achieve?

I use the app on a eeePC with SSD (Solid State Drive) and my USERFOLDER is
on a small volume (4GB). I would like to store the maps in another partition.

This way could possible also to create different collections of downloaded
maps and quickly switch between them.

Original issue reported on code.google.com by [email protected] on 26 Apr 2009 at 2:49

display of co-ordinates

What new or enhanced feature are you proposing?
it would be nice to see the co-ordinates lat, log and atl under the search
bar as you navigate.

What goal would this enhancement help you achieve?
it will gives a user the complete GPS co-ordinates information when he is
navigating through the maps offline.

Original issue reported on code.google.com by [email protected] on 8 May 2009 at 7:51

Code review request

I'm going to merge my code into trunk. Please review rev. 239 to be sure
that nothing is broken.

Implemented features:
 Map/Satellite/Terrain switch
 Batch download from the map GUI

I know that the download dialog looks somewhat ugly, and it would be great
if somebody fixed it.

Original issue reported on code.google.com by [email protected] on 31 Mar 2009 at 11:16

Support for yandex maps

Yandex provides a map service (http://maps.yandex.ru) which use the same
tiling as Google and very similar interface. Their coverage in some
regions, especially in ex-USSR, is much better than Google's. It seems to
be relatively easy to add Yandex support to gmapcatcher.

Original issue reported on code.google.com by [email protected] on 22 Apr 2009 at 7:45

Double-Click functionality (similar to google maps)

What new or enhanced feature are you proposing?
 Add Double-Click functionality to the map.

What goal would this enhancement help you achieve?
 Get a similar Double-Click behavior to google maps (Double-Click = Zoom in) 

Original issue reported on code.google.com by heldersepu on 15 Feb 2009 at 7:08

Search after hiting enter in the entry box

 After typing a "City, State" in the entry box it would be nice if it can 
automatically search when hiting "enter"...

 Same for the autocompletion, after selecting one of the sugested 
locations it should automatically display it.

 Attached is my fix...

Original issue reported on code.google.com by heldersepu on 21 Jan 2009 at 10:22

Attachments:

Show tiles as they are downloaded

It seems that we wait until all the tiles are downloaded to show them.

With a screen resolution of 1280 by 1024 pixels and a "regular" internet 
conection it can take >5 seconds for the new location to be displayed.

I guess it will be best to show the tiles as they are downloaded.

Original issue reported on code.google.com by heldersepu on 6 Feb 2009 at 9:48

Win 2K installation

Look into the installation for Win2K

Original issue reported on code.google.com by heldersepu on 26 Jan 2009 at 10:43

Windows installer

What about a nice (user friendly) windows installer that includes all the
requirements

Original issue reported on code.google.com by heldersepu on 21 Jan 2009 at 4:05

Google change its gmap URL ?!?

It seems that the version string fetching method is no longer working...
this might be due to some change in the URL

Original issue reported on code.google.com by heldersepu on 5 Feb 2009 at 4:00

Windows installer

1 - Look into shrinking the installer
2 - Show details in the installation

Original issue reported on code.google.com by heldersepu on 24 Jan 2009 at 5:47

ImportError: No module named gobject

i'm running it in my macos 10.5
and i just download and run the maps.py and error like these appears
========================
Traceback (most recent call last):
  File "./maps.py", line 3, in <module>
    import gobject
ImportError: No module named gobject

========================
what can i do to run it ?
Thanks
Kenny

Original issue reported on code.google.com by [email protected] on 8 Jan 2009 at 12:53

Support for markers

What new or enhanced feature are you proposing?

I'd like to have the possibility to put markers on the
drawing area and to be able to interact with them. I don't
need this in GUI, but more as an API available in your
main window class. However, given the way drawing is made,
I'm not sure it is easy to draw things on top of the tiles.

What goal would this enhancement help you achieve?

I'm very interested in your project, as a starting point for
a tool I'd like to build for my own usage (to manage pictures
I make during small trips). But to do that, I'd the ability
to put markers on the map.

This is something I could have a look myself (although I have
zero knowledge of python), but I thought a marker API could be
useful for your tool anyway.

Michael.

Original issue reported on code.google.com by [email protected] on 12 Feb 2009 at 9:39

FullScreen option

What new or enhanced feature are you proposing?
 Add a FullScreen option (F11)

What goal would this enhancement help you achieve?
 Most Web browsers have a fullscreen option even some text editor have this
option

Original issue reported on code.google.com by heldersepu on 17 Mar 2009 at 9:23

Proxy connection

Hi,

at first time, sorry by my very bad english.


I need configure configure proxy at my work to use "online" mode.


thanks.

Original issue reported on code.google.com by [email protected] on 23 Apr 2009 at 7:30

Downloading to the wrong directory

What steps will reproduce the problem?
 1. change the custom map saving directory
 2. press the download button and download an area

What is the expected output? What do you see instead?
I would expect it to download to the custom directory, but instead it still
downloads to the default.

What version of the product are you using? On what operating system?
GMapCatcher-0.070.exe (windows installer) on winxp home edition

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 31 May 2009 at 9:54

Use zoom when searching

Curently all the search result are shown with zoom 10, small cities are 
not even shown with this zoom.

the zoom can be taken in the same way as lat & lng:
p = re.compile('center:{lat:([0-9.-]+),lng:([0-9.-]+)}.*zoom:([0-9.-]+)')


Original issue reported on code.google.com by heldersepu on 5 Feb 2009 at 10:27

pointing map center with "+" mark

What new or enhanced feature are you proposing?
plz put a small plus mark "+" which always points to the center map. 

What goal would this enhancement help you achieve?

Original issue reported on code.google.com by [email protected] on 8 May 2009 at 8:25

Doxygen integration

What new or enhanced feature are you proposing?
 Use Doxygen comments

What goal would this enhancement help you achieve?
 Have a well organized documentation 

Nice Sample:
 http://logos-simulator.googlecode.com/svn/trunk/doc/doxygen/index.html
reference:
 http://code.google.com/p/support/issues/detail?id=2227

Original issue reported on code.google.com by heldersepu on 28 Apr 2009 at 7:42

Add tooltips to all Widgets

What new or enhanced feature are you proposing?
 We should add tooltips to all Widget

What goal would this enhancement help you achieve?
 Display additional information about the selected widget in a tooltip

 This could be a starting point:
http://www.pygtk.org/pygtk2tutorial/sec-TooltipsObject.html
http://www.pygtk.org/pygtk2reference/class-gtktooltips.html

Original issue reported on code.google.com by heldersepu on 25 Apr 2009 at 2:58

Crash browsing the map

What steps will reproduce the problem?
 1. Search for any location and get a close zoom (<7)
 2. Start moving around the map with your mouse (it can take a while)
 3. After a while it will stop showing the images & crash

What is the expected output? What do you see instead?
 It shows (SaveDC failed: Not enough storage is available to process this
command.) Logs files attached 

Please use labels and text to provide additional information.
 I was unable to replicate under Ubuntu Linux, it seem to be Python/Windows
issue

Original issue reported on code.google.com by heldersepu on 14 Feb 2009 at 2:39

Attachments:

Right Click functionality

Add "some" Right Click functionality to the map...
somthing like google maps

Original issue reported on code.google.com by heldersepu on 28 Jan 2009 at 9:00

Attachments:

Version number for googleMaps.py (no tile downloaded, gray screen)

Always the same problem:
The version number change every month, and no files are downloaded, and the
screen is gray.
In console: you can seen the files downloading, but nothing appears in your
home folder.
How to solve: open the googleMaps.py
find the line:
href = 'http://mt%i.google.com/mt?n=404&v=w2.75&hl=en&x=%i&y=%i&zoom=%i' %
(self.mt_counter,coord[0],
and change version number (v=wx.xx) by a new line like
href = 'http://mt%i.google.com/mt?n=404&v=w2.85&hl=en&x=%i&y=%i&zoom=%i' %
(self.mt_counter,coord[0],

Original issue reported on code.google.com by [email protected] on 24 Aug 2008 at 10:37

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.