[Xastir-dev] extern void update_image()

2010-06-10 Thread Jerry Dunmire
new_image() is declared external at the top of main.c: main.c:989 extern void new_image(Widget da); but new_image() is defined in main.c and as far as I can tell, used only in main. Shouldn't the declaration be: void new_image(Widget da); or possibly: static void new_image(Widget da); Am I

Re: [Xastir-dev] extern void update_image()

2010-06-10 Thread Jerry Dunmire
Great. I'll clean this up in a future patch. The 'static' qualifier does not seem to be used much in this program. Is that just historical, or is there something else (perhaps to make it easier to see the symbols in a debugger)? ...jerry On Thu, Jun 10, 2010 at 12:19 PM, Curt, WE7U

Re: [Xastir-dev] extern void update_image()

2010-06-10 Thread Jerry Dunmire
Sure- I'm not proposing to do a code review, just fix things as I notice them and/or the impact my development. I'm bothering you and the list right now because I'm a newbie and I don't have the historical back ground (like for xastir_snprintf). At some point I'll be more comfortable with the code

Re: [Xastir-dev] [Xastir] Open Street Map support (read this)

2010-06-10 Thread Jason KG4WSV
On Thu, Jun 10, 2010 at 12:06 PM, Jerry Dunmire je...@dunmire.org wrote: I started to look at scaling the bit maps, but that will require still another learning curve and would still need to learn the flow of the program. I think you're thinking/working too hard. When you request a map, find

[Xastir] Open Street Map support TNX

2010-06-10 Thread Kai Gunter Brandt
WOW this is wonderful :o) Thanks for this upgrade :o) Kai Gunter LA3QMA ___ Xastir mailing list Xastir@lists.xastir.org http://lists.xastir.org/cgi-bin/mailman/listinfo/xastir

Re: [Xastir] Open Street Map support (read this)

2010-06-10 Thread Andrew Errington
On Thu, 10 Jun 2010 03:55:45 Curt, WE7U wrote: Thanks to Jerry Dunmire, KA6HLD, we now have Open Street Map support in Xastir. Woohoo! For an interesting place to look, zoom in on a border and see what differences you can find for roads crossing said border. For the main Canadian border

[Xastir] Possible bug in Open Street Map support

2010-06-10 Thread David Flood
The flush map cache code may need to be updated to remove downloaded Open SM's... I had OSM support enabled for awhile but then turned it off...when I zoomed back out to that setting it used the cached map. And I couldn't get that map flushed at any zoom level until I exited and deleted the .gif

Re: [Xastir] Xastir as Fill-In digi/Igate

2010-06-10 Thread Curt, WE7U
On Thu, 10 Jun 2010, LA5PPA / Lasse wrote: I have had my -2 station working on the aprs net as a fill-in and IGate TX/RX. I use Xastir together with a Tracker2m and it is the T2M that handle the digipeat function. T2M is configured to work as a fill-in supporting WIDE1-1, NOR1-1, TEMP1-1 and

Re: [Xastir] Possible bug in Open Street Map support

2010-06-10 Thread Jerry Dunmire
Thanks for the report. Yes, there is a problem with the transition from linear scaling to OSM levels when OSM maps are first selected and when they are deselected. It causes locations to be off (see the reports above related to being in the ocean) and constrains scaling to the OSM levels when they

[Xastir] Open Street Maps and Weather Overlay not working (fwd)

2010-06-10 Thread Curt, WE7U
FYI. This one didn't make it to the list. -- Forwarded message -- Date: Thu, 10 Jun 2010 20:47:30 -0400 From: aa1jf aa...@comcast.net To: xastir@lists.xastir.org Subject: Open Street Maps and Weather Overlay not working Greetings, I currently have Open Street Maps running

[Xastir] Changes after updating

2010-06-10 Thread Brett Friermood
Hi all, I finally finished reading all the replies for a couple conversations in my inbox, and have to give a big Thanks to those who made OSM happen in Xastir. I also like how the open source nature of Xastir showed through as we went from receiving an email about the online tigermaps being gone

Re: [Xastir] Changes after updating

2010-06-10 Thread Curt, WE7U
On Thu, 10 Jun 2010, Brett Friermood wrote: Now the reason for my email, I noticed that since I updated via CVS that the following error message shows up in the terminal: my_aprs_data: Writen error: 32 Check for running Xastir threads from earlier. Sounds like you didn't kill everything

Re: [Xastir] Open Street Maps and Weather Overlay not working (fwd)

2010-06-10 Thread Jason KG4WSV
From: aa1jf aa...@comcast.net To: xastir@lists.xastir.org Subject: Open Street Maps and Weather Overlay not working Greetings, I currently have Open Street Maps running under Xastir and for some reason I am unable to overlay the weather radar data on the map. When I turn off  OSM  under

[Xastir] OpenStreetMaps Update

2010-06-10 Thread Jerry Dunmire
Curt has committed a new set of patches from me to CVS that should fix some of OSM problems that have been reported. The new code processes the scaling/level change when the OSM maps are selected, deselected, and at startup. The scaling is still binned. Note, if you are running a previous version

Re: [Xastir] Open Street Maps and Weather Overlay not working (fwd)

2010-06-10 Thread Curt, WE7U
On Thu, 10 Jun 2010, Bill Hammond wrote: I'm having the same problem and am a little unclear on how layering works. I've selected OSM and USradar from the map chooser. I've set the radar image to layer 1 and OSM to layer 2 using the properties dialog. Did I do it right? Nope. Flip 'em.

Re: [Xastir] OpenStreetMaps Update

2010-06-10 Thread Andrew Errington
On Fri, June 11, 2010 12:23, Jerry Dunmire wrote: snip The new map file is named OpenStreetMap.osm. Select it to enable OSM maps. May I respectfully point out that .osm is the extension given to the native OSM data files used by JOSM (the Java OSM editor) and other exported OSM files. I would

Re: [Xastir] OpenStreetMaps Update

2010-06-10 Thread Jerry Dunmire
My announcement was incorrect. The new file name has an 's' in it. The new map file name is: OpenStreetMaps.osm Sorry for any confusion I caused. ...jerry On Thu, Jun 10, 2010 at 9:20 PM, Andrew Errington a.erring...@lancaster.ac.uk wrote: On Fri, June 11, 2010 12:23, Jerry Dunmire wrote: