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

Support Alternate Map Sources #57

Open
CoryFoy opened this issue Jun 19, 2024 · 0 comments
Open

Support Alternate Map Sources #57

CoryFoy opened this issue Jun 19, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@CoryFoy
Copy link
Member

CoryFoy commented Jun 19, 2024

Is your feature request related to a problem? Please describe.
Apple Maps don't always have all of the features, such as address labels on the map

Describe the solution you'd like
A way to add additional maps when showing the map display

Additional context
Map sources are typically XML files that have the tileserver and other pertinent information. An example one for Google Maps is:

<?xml version="1.0" encoding="UTF-8"?>
<customMapSource>
	<name>0.GoogleHybrid</name>
	<minZoom>0</minZoom>
	<maxZoom>21</maxZoom>
	<tileType>png</tileType>
	<tileUpdate>None</tileUpdate>
	<url>https://mt.google.com/vt/lyrs=y,hl=en&amp;x={$x}&amp;y={$y}&amp;z={$z}</url>
	<backgroundColor>#000000</backgroundColor>
</customMapSource>
@CoryFoy CoryFoy added the enhancement New feature or request label Jun 19, 2024
@CoryFoy CoryFoy self-assigned this Jun 19, 2024
@CoryFoy CoryFoy added this to the v2.0 App Store milestone Jun 30, 2024
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