Search found 4685 matches

by Keith Baxter
Sun Aug 16, 2020 1:00 pm
Forum: Air Manager feedback & feature requests
Topic: Navigation API
Replies: 104
Views: 32667

Re: Navigation API

+1 on what Tony Said
Keith
by Keith Baxter
Sun Aug 16, 2020 5:16 am
Forum: Air Manager feedback & feature requests
Topic: Navigation API
Replies: 104
Views: 32667

Re: Navigation API

Ralph I will put together a "list" of features that I currently use on my static data. One that I did ask for is the runway length. We need to be able to search for airports by type, runway surface, runway length, heading etc. Since we have found a way to draw vector maps, the map layers ...
by Keith Baxter
Sat Aug 15, 2020 8:24 pm
Forum: Under development and finished work
Topic: Vector based Moving Map
Replies: 86
Views: 22113

Re: Vector based Moving Map

Hi,

Slowly building a raster. About 30% done.

Image generated in AM canvas_draw()
ice_screenshot_20200815-221702.png


Keith
by Keith Baxter
Fri Aug 14, 2020 7:54 am
Forum: Air Manager Bug Reports
Topic: resource_info() function file types
Replies: 5
Views: 1872

Re: resource_info() function file types

Tony,

That would be nice. I have been just changing the extension to .json.

But a .geojson extension would be nice.

Keith
by Keith Baxter
Wed Aug 12, 2020 4:04 pm
Forum: General Instrument Help
Topic: Possibility to develop a panel bigger than the screen
Replies: 12
Views: 4238

Re: Possibility to develop a panel bigger than the screen

Hi

Yes, you can use a slider along the bottom and side that can be operated with a mouse or touch screen/ Knobster

Keith
by Keith Baxter
Wed Aug 12, 2020 3:39 pm
Forum: Under development and finished work
Topic: Vector based Moving Map
Replies: 86
Views: 22113

Re: Vector based Moving Map

Sling My night vision version Tony. :mrgreen: ice_screenshot_20200812-175620.png Sling Corjan I am busy with the terrain data set. How do you want it. x,y,z or 30 files x,y EDIT: Corjan This is what the data set would look like. Obviously you can change each elevation color. Using this set the isla...
by Keith Baxter
Wed Aug 12, 2020 2:17 pm
Forum: Air Manager feedback & feature requests
Topic: Remove Static data
Replies: 9
Views: 2881

Re: Remove Static data

Tony Yes geojson is far better. I have a comprehensive geojson data set. Also sterilizing it a bit. I am playing around with stitching the data so that one can go from a whole world map to a few hundred meters. Will pop you a pm tomorrow with what I have achieved so that you can compare what I am do...
by Keith Baxter
Wed Aug 12, 2020 10:09 am
Forum: Air Manager feedback & feature requests
Topic: Remove Static data
Replies: 9
Views: 2881

Re: Remove Static data

Corjan wrote: Wed Aug 12, 2020 9:38 am You can draw polygons by doing multiple lines, and ending with stroke or fill

Corjan
Yes I know that. You just run a for loop. I was hoping to just dump a string with all the xy coordinates.

No worries if that is not going to happen.

Keith
by Keith Baxter
Wed Aug 12, 2020 9:21 am
Forum: Air Manager feedback & feature requests
Topic: Remove Static data
Replies: 9
Views: 2881

Re: Remove Static data

@Corjan

The next one I suppose would be _polygon(x,y,.........x,y)

This would make drawing the polygons easier instead of using loops within loops.

Keith
by Keith Baxter
Wed Aug 12, 2020 8:03 am
Forum: Air Manager feedback & feature requests
Topic: Remove Static data
Replies: 9
Views: 2881

Re: Remove Static data

Hi, Just don't hold any reference to the data object, lua will clean up automatically. Corjan Ok so I just dump the whole 1tb+ files :mrgreen: in the resources folder and then just load the tile that I want? And then just change the name of the file to keep loading different tile data data = static...