Re: [Xastir] FCC database download

2020-03-27 Thread Hal Mueller
When I hit the URL in my browser, I see "This is a proxy issue! Notify Thomas”. So I think something is borked at the FCC end. Try again Monday? Hal N3YX ___ Xastir mailing list Xastir@lists.xastir.org http://xastir.org/mailman/listinfo/xastir

Re: [Xastir] Archaic default map

2019-07-29 Thread Hal Mueller
I neglected to mention: I did go prowling through the OSM extracts. There are indeed OSM country boundary shapefiles, but they’re at full resolution. Downsampling them while preserving topology is a non-trivial task (which is what inspired the Natural Earth project in the first place). Hal >

Re: [Xastir] Archaic default map

2019-07-29 Thread Hal Mueller
ng > more detailed local maps that suit their specific needs. The naturalearth > maps include much more detailed shapefiles that could be such a choice, but > they're way too large to be part of the Xastir distribution. > >> On Mon, Jul 29, 2019, 3:05 AM Hal Mueller wrote: &

Re: [Xastir] Archaic default map

2019-07-29 Thread Hal Mueller
Roughly what file size are we targeting? The Stamen stuff is based on Open Street Map. I think the country level data will be fairly easy to extract from OSM, or (more likely) already exists. If I see a way through I’ll hop over to github and self assign. Hal N3YX > On Jul 28, 2019, at

Re: [Xastir] Archaic default map

2019-07-29 Thread Hal Mueller
Perhaps a joined together version of tiles at http://maps.stamen.com/toner/#5/38.221/17.402? What pixel size is preferred? How much space can it consume? Hal N3YX > On Jul 28, 2019, at 8:16 PM, Tom Russo wrote: > > The only option is a simple one, otherwise it will be too large to

Re: [Xastir-dev] Editor header in source files

2019-04-30 Thread Hal Mueller
See my previous link to per-directory-tree configuration files, which seem tailored to this exact use case. Hal > On Apr 30, 2019, at 11:00 AM, Tom Russo wrote: > > would still advocate leaving the variable settings in the file, to > override personal defaults and enforce project defaults.

Re: [Xastir-dev] Editor header in source files

2019-04-30 Thread Hal Mueller
ith Vim so I don't know why it is changing > from file to file 'cuz I don't see modelines in there for Vim. I might be > missing them. > > >> On Tue, Apr 30, 2019 at 9:52 AM Hal Mueller wrote: >> >> That’s for Emacs. You can specify major mode and per-file variabl

Re: [Xastir-dev] Editor header in source files

2019-04-30 Thread Hal Mueller
That’s for Emacs. You can specify major mode and per-file variables. https://www.gnu.org/software/emacs/manual/html_node/emacs/Choosing-Modes.html https://www.gnu.org/software/emacs/manual/html_node/emacs/Specifying-File-Variables.html#Specifying-File-Variables Hal N3YX > On Apr 30, 2019, at

Re: [Xastir] A few really stupid questions..

2018-09-09 Thread Hal Mueller
APRSIS-CE/32/64 is a nice client for MS platforms. Hal N3YX ___ Xastir mailing list Xastir@lists.xastir.org http://xastir.org/mailman/listinfo/xastir

[Xastir] POSM (Portable OpenStreetMap) for APRS

2016-08-03 Thread Hal Mueller
Here’s an idea for providing OpenStreetMap map tiles in the field for APRS. It’s not the cheapest, but it’s a well supported active project. This is a follow up to the Pi 3 thread, which I didn't want to hijack. I attended State of the Map US last weekend. That’s the US conference for

Re: [Xastir] ADS-B (planes)

2016-03-19 Thread Hal Mueller
I've used https://github.com/bcl/aisparser (C) in several projects. It does a nice job of parsing the sentences, but you'll need your own code to handle the incoming serial or network stream and to do something useful with the parsed sentences. It doesn't handle all of the latest locally

Re: [Xastir] Script to cache some maps

2015-11-19 Thread Hal Mueller
The scaling and numbering work pretty much the same across all systems. Some have the Y axis south positive, and some have it north positive. Scaling is the same, and they all use the Google spherical Mercator projection. Hal N3YX > On Nov 19, 2015, at 2:04 PM, Skyler Fennell

Re: [Xastir] Script to cache some maps

2015-11-17 Thread Hal Mueller
What stack are you using to set up the server? Hal N3YX > On Nov 17, 2015, at 8:14 PM, Skyler F wrote: > > am having terrible issues with trying to get the tile server working. ___ Xastir mailing list Xastir@lists.xastir.org

Re: [Xastir] Script to cache some maps

2015-11-16 Thread Hal Mueller
In the FOSS4G (free/opensource software for geospatial) world, there are two leading map renderers, MapServer and Mapnik. Both of those can be configure to render and serve tiles conforming to the spherical Mercator tiling scheme used by Google, Apple, Mapquest, OSM, and others. Both packages

Re: [Xastir] Using Mapbox maps on Xastir

2015-05-12 Thread Hal Mueller
Mapbox provides tiled raster layers in a Web Mercator projection, using the same tile X/Y/zoom reference system that Google Maps, Bing Maps, Apple Maps, Yahoo Maps, and standard TMS/WMS systems use. AFAICT there is no clean way to point Xastir at a standard tile server like Mapbox provides.

Re: [Xastir] Using Mapbox maps on Xastir

2015-05-12 Thread Hal Mueller
Yep, that would be perfect. My bad, I thought Xastir lacked that capability. The tile/URL scheme is mentioned in my other message. Hal On May 12, 2015, at 1:06 PM, Kevin Ratcliff ke...@kevinratcliff.com wrote: Maybe you could add it like an OSM tile map? I don't have time to look into

Re: [Xastir] Using Mapbox maps on Xastir

2015-05-12 Thread Hal Mueller
...@christensenplace.us wrote: On Tuesday, May 12, 2015 01:27:35 PM Hal Mueller wrote: Yep, that would be perfect. My bad, I thought Xastir lacked that capability. The tile/URL scheme is mentioned in my other message. Okay, I've been tinkering with using that URL as part of a tile server but I'm

Re: [Xastir] Maps won't cache

2015-05-10 Thread Hal Mueller
What's the algorithm for deciding to dump/clear the cache? Or does that ever happen? Hal ___ Xastir mailing list Xastir@lists.xastir.org http://xastir.org/mailman/listinfo/xastir