forked from Maps4HTML/MapML.js
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Pull changes from Maps4HTML into local #1
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add simple test based on Web Component Tester
Reorganize for travis builds
Update nrcan_layers.html
Update URLs to services in index. Add responsive web map support to web-map and map-area
Refactor attached so that it tests to see if it has already been called.
… and License (2002-12-31)
Change to use https for osm url
Make readme slightly helpful.
…ce-location> inside the <map is=web-map> element and have the map track the device location. Primitive, first cut.
…ation>. The idea is to permit flexible user-initiated movement of the map by toggling the centered attribute without removing the place marker from the map. If the centered attribute exists, the map will move as the device moves, keeping the device in the center or the map, until the user initiates a map movement. This behaviour only exists in comments, so far. Eventually want to create a radio control representation of this element which will appear / disappear with the <map controls> attribute value. The state of the radio button would of course reflect the centered attribute, while the existence of the point feature would reflect the presence of the <device-location> element in the DOM. Design by commit comment ;-)
…ation>. The idea is to permit flexible user-initiated movement of the map by toggling the centered attribute without removing the place marker from the map. If the centered attribute exists, the map will move as the device moves, keeping the device in the center or the map, until the user initiates a map movement. This behaviour only exists in comments, so far. Eventually want to create a radio control representation of this element which will appear / disappear with the <map controls> attribute value. The state of the radio button would of course reflect the centered attribute, while the existence of the point feature would reflect the presence of the <device-location> element in the DOM. Design by commit comment ;-)
Include content of mapml.css in map-styles.html
Fire 'loadstart' event for layer- element based on MapML parsing.
Fix z-index of layers for layer control. Fix errors in html files
…o) and main (Maps4HTML) repo
prushforth
added a commit
that referenced
this pull request
Feb 18, 2018
Merge pull request #1 from Maps4HTML/master
prushforth
pushed a commit
that referenced
this pull request
Sep 16, 2021
Remove map-extent from vector tiles, removing conflicting blocks
prushforth
pushed a commit
that referenced
this pull request
Jul 12, 2022
* Add feature indexing * Toggle feature index on or off * Toggle feature index on or off * Check overlap on focus * Fix function name * Replace table with output element * Add CSS for 'more results' * Limit output to having 9 items at a time * Optimize the SVG using SVGOMG Co-authored-by: Robert Linder <robert.vuj.linder@outlook.com> * Optimize the SVG using SVGOMG Co-authored-by: Robert Linder <robert.vuj.linder@outlook.com> * Hide output when empty * Adding thin outline to reticle Co-authored-by: Robert Linder <robert.vuj.linder@outlook.com> * Focus on feature when number key is pressed * Refactor code * Fix focusing on feature when number key is pressed * Fix failing tests * Add feature index overlay tests * Make esc key return focus to leaflet container * Increase reticle size, update tests * Update feature index overlay output * change feature index font Co-authored-by: Robert Linder <robert.vuj.linder@outlook.com> * Update span attribute * Add feature index overlay option * Fix cs of us_pop_density.mapml * Improve feature index styling for visual users (#1) * Make reticle responsive * Open popup instead of focusing * Static overlay dimensions * Improve readability of feature index * Focus feature if no popup is available * Update featureIndexOverlay.test.js to account for new reticle size * Fix index popup issue + make sure index keys are valid onKeyDown * Fix tabbing issue + add popup test * Change popup behaviour * Remove features from tabindex when FeatureIndexOverlay is enabled * Update feature index screen reading behavior (#2) * Only start checking overlap when/after the first focus happens * Announce map details and then feature index on initial focus * Announce map details and then feature index on refocus * Focus map directly when popup is closed and feature index option is on * Remove reticle when the map is not focused * Add hidden comma for brief pauses in output reading * Announce feature index on popupclose * Update featureIndexOverlay.test.js * Hide reticle when popup is open Co-authored-by: Robert Linder <robert.vuj.linder@outlook.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.