-
Notifications
You must be signed in to change notification settings - Fork 129
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
Feature/Neshan Map #179
base: master
Are you sure you want to change the base?
Feature/Neshan Map #179
Conversation
hey sorry completely missed it. let me check. |
@@ -72,7 +73,8 @@ private let maps: [Map] = [ | |||
Map(mapName: "Naver Map", mapType: MapType.naver, urlPrefix: "nmap://"), | |||
Map(mapName: "Kakao Maps", mapType: MapType.kakao, urlPrefix: "kakaomap://"), | |||
Map(mapName: "TMap", mapType: MapType.tmap, urlPrefix: "tmap://"), | |||
Map(mapName: "Mapy CZ", mapType: MapType.mapyCz, urlPrefix: "szn-mapy://") | |||
Map(mapName: "Mapy CZ", mapType: MapType.mapyCz, urlPrefix: "szn-mapy://"), | |||
Map(mapName: "Neshan Map", mapType: MapType.neshan, urlPrefix: "nshn.ir/") |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"nshn.ir/"
does not look like a valid url scheme I don't think it's going to work
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I tested it and it works completely, Neshan App doesn't have a custom scheme it has an HTTP deep link
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
it may launch it but it won't be shown in the list of available maps.
you sure neshan://
doesn't work?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
on android yes, I'm talking about iOS
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
oh sorry I will check this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i fix this
assets/icons/neshan.png
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
icon needs to be an svg with an opaque background. you can download a logo from app store and convert to svg
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i fix this
@@ -188,6 +189,7 @@ if (await MapLauncher.isMapAvailable(MapType.google)) { | |||
| `.flitsmeister` | ✓ | ✗ | always uses current location | ✗ | ✗ | ✗ | ✗ | | |||
| `.truckmeister` | ✓ | ✗ | always uses current location | ✗ | ✗ | ✗ | ✗ | | |||
| `.sygicTruck` | ✓ | ✗ | always uses current location | ✗ | ✗ | ✗ | ✗ | | |||
| `.neshan` | ✓ | ✗ | ✓ | ✗ | ✓ | ✗ | ✗ | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
could you also add an entry into the Show Marker section
@mattermoran Can you please check again? |
@mattermoran any update? |
?? |
hey. sorry had lots going on. |
Add Neshan Map (nshn.ir)