Skip to content
View in the app

A better way to browse. Learn more.

The AVSIM Community

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Approach .xml file

Featured Replies

Hi,I need help because my source .xml file doesn't generate the relative .bgl file.What's wrong with this file?Thanks G.Franco

There are numerous problems with the file. Here's a start:1. There is a space between "http://" and "www" in the first line that needs to be removed.2. XML attributes need to be *inside* the brackets for an element. For example:name="foo"should be:Both the AIRPORT and APPROACH elements in your file exhibit this problem.3. Airports do not have a "long" attribute. It should be "lon".4. Attribute names are case sensitive, so "Type", "gpsoverlay" and "Heading" should be "type", "gpsOverlay" and "heading".5. Enumerations are also case sensitive so "None" and "Terminal_NDB" should be "NONE" and "TERMINAL_NDB".Making these changes will get the file to compile, though the approach still has no legs defined so it will not be very useful.I'd suggest getting a good reference on XML and/or using an XML editor such as XMLSpy that can enforce a schema as you create an XML file since all of the errors above would have been avoided.

Create an account or sign in to comment

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.