-
Notifications
You must be signed in to change notification settings - Fork 33
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
Migrate to mapbox #997
Comments
Also this will probably be needed to support integer zoom levels: |
IMHO, having non-integer zoom levels is a benefit for the user. On a small screen, integers zoom levels could be either too small or too large. Non-integer zoom levels are also beneficial when trying to fit a route to the screen size. On the other hand, using integer zoom levels for the on-screen buttons is probably the right thing to do. |
RTL support entry point: |
Ant-path animation for mapbox - very similar to how openlayers work: |
Drag a point - needed for editing: |
Click on a layer to get the right feature to do something: |
@valleyofdawn @zstadler FYI: it seems like there can be only one sprite for the map: |
Yes, the existing sprite is intended for both maps and includes the union of the required icons. |
Houston, we have a problem: |
…fixed expression changed after check error
…w hebrew fonts, fix icons sprite address, zoom-in-out round to integer, fix osm progressbar color.
…on cordoova, fix missing animation on rotation.
…ase the address is not the site origin, Fix end of recording color refresh.
The "record" button is still present in the web version. |
Cannot view the PEF map No |
See my comment above related to CORS, it might also be related to the fact that this server is not secured (https). But I'm writing these lines without proper debug so I might be wrong... |
The map pitch can be easily reset with a pitch-down gesture (ctrl-mouse-drag down). |
It's a minor issue, but I'm used to this convention from other apps, save a few secs. |
@zstadler I have added the following code in order to support arcgis: Site/IsraelHiking.Web/sources/application/components/map/automatic-layer-presentation.component.ts Line 79 in 9a95c3b
Which should export the right piece of the map and present it. I think the PEF server doesn't fully supports this feature at it returns transparent tiles. The code above might be incorrect too, but I'm not an ArgGIS expert, if you think the address change is incorrect or should be altered please let me know - this was a trail and error on my behalf to make an ArcGIS example work... |
The following address seems to workaround all the issues I've mentioned: |
Great! I don't know why the I suggest the client will add a |
That's a great idea! implemented, yet to be released. |
Never mind, when image has no icon the text overlaps. I'll fix it. |
* Migrate to mapbox #997 - Inital and main commit. * Migrate to mapbox #997 - added limited support to arcgis, added rtl, fixed expression changed after check error * Migrate to mapbox #997 - remove console.log... * Migrate to mapbox #997 - Fix weird touch issue after editing is completed. * Migrate to mapbox #997 - support touch events for route editing, allow hebrew fonts, fix icons sprite address, zoom-in-out round to integer, fix osm progressbar color. * Migrate to mapbox #997 - attempt to fix missing icon and script file on cordoova, fix missing animation on rotation. * Migrate to mapbox #997 - Fix lint, Fix issue with click on point to edit. * Migrate to mapbox #997 - Fix relative path for image load error * Migrate to mapbox #997 - Fix route palnning (again...), Fix icon in case the address is not the site origin, Fix end of recording color refresh. * Migrate to mapbox #997 - wrong base address for cordova device. * Migrate to mapbox #997 - Fix rotation and gps icon for the last time hopefully. * Migrate to mapbox #997 - bring back info control. * remove failing test * Migrate to mapbox #997 - remove attribution, update technology stack. * Migrate to mapbox #997 - Added https CORS support in case of http address. * Migrate to mapbox #997 - remove recording button from web. * Migrate to mapbox #997 - Fix legend. * Migrate to mapbox #997 - Fix image text overlap - missing icon... * Migrate to mapbox #997 - bring back snapping
Branch was merged to master, all pending issues have been resolved, beta site was updated with latest changes. |
Infra
As part of the effort to implement #971 we have seen the the peformance of openlayer isn't good enough for detailed map. therefore we need to migrate the code from open layers to mapbox...
overlay order when select-deselect?aol-...
html referencesallow usage of fonts offline?will be addressed as part of offline support featureimprove route editing performanceignoring this for now as it's reasonableThe text was updated successfully, but these errors were encountered: