Skip to content
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

Improve XML parsing with variable substitution #13

Open
wcmatthysen opened this issue Apr 10, 2019 · 0 comments
Open

Improve XML parsing with variable substitution #13

wcmatthysen opened this issue Apr 10, 2019 · 0 comments
Labels
enhancement New feature or request
Milestone

Comments

@wcmatthysen
Copy link
Member

We can improve the XML parsing logic in WorldWind so that we can have some rudimentary features such as property-substitution. There are various scenarios where this can be an advantage. The original pull-request (located at: NASAWorldWind#22) describes a scenario where we have a server that serves imagery or elevation data and the server-name can be configured as a Java system property. Everywhere the server is referenced in one of the layer XML files we use something like ${map-server-name} and let WorldWind do the replacement internally based on what the value of that property is. We can have a look at what @rougeSE has done in this pull request as a starting point.

@wcmatthysen wcmatthysen added the enhancement New feature or request label Apr 10, 2019
@wcmatthysen wcmatthysen added this to the WWJ-CE 2.3.0 milestone Jul 14, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant