-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ability to tile Terminal Area Charts with Sectional charts #10
Comments
My chartserver app uses OpenLayers as the rendering engine and I added a menu that allows me to select charts by type. When I process the full US sectional chart and the Terminal Area charts, the app puts the TA charts as a overlay layer, so they seamlessly overlay the sectional. I think that is pretty much exactly what you are going for... Are you using leaflet for the map rendering? |
Actually, that gives me an idea... maybe I can split out the individual TA charts into separate mbtiles db's |
I am using leaflet. No way will I convert over to OpenLayers at this point it would be a total struggle with all the code I've written for Leaflet |
Are you using mbtiles databases for leaflet, or filesystem? |
I use the filesystem. The results were AMAZING. However, I think you can just go to 12 on the max zoom. 13 is just too much and it took 13 hours to process just the sectionals. |
Picking out an inset off the main area chart is probably a little too challenging at the moment... also FYI, I'm implementing the US VFR Planning Chart as # 53 in the list of individual charts. |
On second thought, I could make a list of any area charts that have an inset feature on the side, and implement a new process that clips off everything but the inset... ??? I just re-remembered how to create clipshapes using QGis... |
I was digging around wondering how they did it. Someone must have some clipshapes already made for it |
They're pretty easy to create in QGis - once you get the process down... let me know what you want and I'll make them |
BTW - After checking found that the Jacsonville chart has 2 insets... I think it will work to process all insets as overlays - they're properly geo-referenced in the tiff file, so I should be able to create shape files just for the insets and process the main chart with the inset shape, then when warped and tiled it should come out just fine. I've added a new processing list in settings.json named "insetchartlist" with all of the insets:
I'll let you know when I've tested it. |
After too much time looking into these insets - I find they are not geo-referenced to the main chart, plus their scaling is 2X the scale of the main chart. I think the ability to zoom on the main chart kinda makes an inset a moot point, plus I have no idea how to properly geo-reference it. When I made a shape file for the Indianapolis inset on the St Louis chart and clipped it, produced a Indianapolis.db file, it comes out on the OSM map right where it was physically on the St Louis chart. Maybe some future release, but right now I think the proper way to handle this would be a simple PNG or WEBP of the inset and when clicking on the major airport in the main map, have the inset image pop up. Since this issue was about overlaying terminal charts and that is working, I'm closing this issue. |
I was wondering if this was possible at zoom levels above 9 or some other values. I copied the tiles on top of the ones from Sectional and it works but they have a grey border because they aren't stitched together I assume
The text was updated successfully, but these errors were encountered: