Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

This repo contains explainer documents for the scope of the MapML proposal.

License

NotificationsYou must be signed in to change notification settings

Maps4HTML/MapML-Proposal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Specification:https://maps4html.org/MapML/spec/

Author

Peter Rushforth

Participate

The W3CMaps for HTML Community Groupis iterating on the problem space.You can contribute to the on-going discussion and documentation ofUse Cases and Requirements for Standardizing Web Maps.Alternatively, if your organization is a member of theWeb Platform Incubator Community Group (WICG)and you are able to contribute there but not elsewhere,please consider contributing through theWICG forum on Web mapping.We would love to hear from you.

Issue tracker for this explainer

Introduction

Web maps are a well-established domain of Web design, and there exist popular, mature open and closed source JavaScript libraries to create and manage Web maps. JavaScript web maps are often containers for publicly available and funded open geospatial and statistical data. Yet despite established JavaScript libraries and server-side API standards, Web maps remain a complex Web niche that is difficult to learn, due to their extensive prerequisite knowledge requirements. As a result, there exists a community of Web map developers which contributes very little to the Web platform and which may possess little understanding that the Web exists as a distinct and standards-based platform. Similarly, the Web platform seems mostly oblivious to Web maps and their requirements, and provides no direct support for maps. In other words, Web maps existence in the Web platform depends on intermediaries which “abstract away” the Web platform.

The goal of this proposal is to bridge the gap between the two communities in a way that may have positive benefits for both sides. On the one hand, the Web mapping community is burdened by intermediaries and the consequent barriers to widespread creation and use of maps and public map information. On the other hand, the Web platform, especially the mobile Web, needs more and better high-level features and less JavaScript. Simple yet extensible Web maps in HTML, that equally leverage the other platform standards, is the feature that both communities need to come together to improve usability and accessibility for users.

Contents

The Problem

Web maps today are created using a wide range of technology stacks on both the client and server, some standard, some open, and some proprietary. The complexity of choices and the wide variety of technologies required to create Web maps results inmaps of highly variable usability and accessibility. This has in turn led to the creation of centralized mapping services, that may or may not be implemented using Web technology; in some cases, mapping services which work well on desktop Web browsers mostly bypass the mobile Web through creation of mobile platform mapping apps, where the ‘rules of the Web platform’ (such as device permissions) do not apply. Some centralized mapping services, both on the Web but especially on mobile technology platforms, are constructed for the purpose of tracking the user’s location and their locations of (search) interest, and using that private location information to market and re-sell highly targeted advertising.

The problem to be solved, therefore, is to reduce the threshold complexity of creating accessible, usable and privacy-preserving Web maps, and to enable full use of Web platform standards such as HTML, URL, SVG, CSS and JavaScript in map creation, styling, presentation and interaction.

The Proposal

To solvethe problem, our approach is to identify the Web map processing that is currently performed by JavaScript libraries which should instead be defined - in accordance with theWeb Platform Design Principles - as elements and attributes supported by CSS, while at the same time, we identify the Web map processing that should remain in the JavaScript domain as a standardized DOM API. By building the core behaviour of maps and layers into HTML, Web authors who want to build simple maps into their pages can easily do so, supported by core platform technologies, with the power of JavaScript available to enhance the core map and layer behaviour.

By lowering the barriers for Web map authors in this way, we will improve the usability, and standardize the accessibility of Web maps. Through making map creation a matter of applying appropriately crafted Web platform standards, we will create the conditions to multiply the choices of mapping services offered to authors and users of the Web.

In improving the choices among mapping services available through the Web platform, we will enable the growth of services that offer alternate means of paying for maps other than in exchange for the user’s personal private information, and we will enable standardized Web map accessibility through addition of maps to HTML. Finally, by making it cheaper to create Web maps than to build mobile apps, we will improve the business rationale for choosing the mobile Web as a development platform, and in doing so we hope the (mobile) Web will benefit from increased ‘success’, or network effects.

Goals

  • Define the means to allow authors to create dynamic,usable and accessible Web maps about as easily as they can embed an image,a video or a podcast today.
  • Define and embed accessibility of map feature and location information intoHTML for use by screen readers and other assistive technology.
  • Define and design security of map information considerations into the Webplatform.
  • Define the markup to create mapping mashups that doesn’t necessarily requirescripting or detailed mapping server technology knowledgei.e. that can be accomplished about as easily as linking to a document.
  • Simplify the use of publicspatial data infrastructures(SDI), such asOpenStreetMapand national and international SDIs,by designing the integration of those services into the proposed Web platformmapping standards.
  • Defining and (advocate for) adding map-enabled HTML to the serializationformats available from existing spatial (map) content management systems,APIs and Web Services.

A High-Level API

TheExtensible Web Manifesto calls for iterative development and evolution of platform features, starting with low-level ‘primitives’ and resulting eventually in high-level features. Although there are several low-level primitive proposals inherent or implicated in this proposal, overall this can be seen as a proposal for a high-level feature. That feature is declarative dynamic Web maps in HTML. Web mapping is a mature category of JavaScript library that is well into the stage of its development life cycle that some of the aggregate characteristics of those libraries should be incorporated into the platform. As such, this proposal captures some of the ‘cow paths’ of open and closed source JavaScript Web mapping libraries, as well as taking into consideration how to incorporate server-side mapping services and APIs.

The proposed extension would create a standard<map> widget that contains controls in a user agent shadow root, (similar to<video> today), with child<layer> elements which are in, and may contain, light DOM map-related markup (the vocabulary of which is also part of this proposal):

<mapzoom="11"lat="48.8566"lon="2.3522"controlscontrolslist="nolayer noreload"><layersrc="https://example.com/mapml/osm/"checkedcrossorigin></layer></map>

Map of Paris

See theHigh-Level API explainer for details on the proposed elements and polyfill.

Key Scenarios

See theKey Scenarios explainer detailing:

  • Tiled Coordinate Reference Systems
  • Linking

Detailed design discussion

Use Cases and Requirements

This proposal is beingevaluatedagainst theUse Cases and Requirements for Standardizing Web Maps,to identify gaps between the required functionality and the polyfilled behaviour.

See theMapML UCR Fulfillment Matrixfor how MapML compares in capabilities in contrast to existing popular web mapping libraries.

W3C/OGC Joint Workshop on Maps for the Web

Natural Resources Canada hosted the 2020W3C/OGC Joint Workshop Series on Maps for the Webin cooperation with the Maps for HTML Community Group.

See theReport on the Joint W3C-OGC Workshop on Maps for the Web.

Considered alternative designs of MapML

TBD - we have considered many alternatives, I have just run out of steam to document them, at the moment. Also this document is already quite long. As things progress, I will add content here.

Alternative Approaches

  • SVGMap - is it possible to merge the SVGMap proposal and this proposal? Or are they competing proposals?
  • APIs:Leaflet,OpenLayers and others, (albeit others without any notion of cross-origin resource sharing) provide excellent map scripting APIs and events. Can these or similar APIs be built on top of the proposed HTML infrastructure? Would life be simpler for authors with the proposed HTML?
  • Status quo

Stakeholder Feedback / Opposition

Some participants have said we should start over, because of thesunk costs fallacy; that doesn’t seem to be in the spirit of iteration, nor hopefully is it correct to see this proposal as a waste of energy or money. A better strategy would be to solicit concrete, actionable and incremental change requests. It is in that spirit that the current explainer is offered.

The objective of this project is to get Web browser projects to agree that Web maps as a high level feature are desirable and that the proposal is implementable, andthen to implement and ship the feature. To get there from here, we need browser developer participation, the absence of which appears equivalent to opposition. So, there is work to do.

References and Acknowledgements

Contributions, advice and support from the following people are gratefully acknowledged:

Benoît Chagnon, Brian Kardell, Michaeltm Smith, Robert Linder, Joan Masó, Keith Pomakis, Gil Heo, Jérôme St-Louis, Amelia Bellamy-Royds, Nic Chan, Nick Fitzsimmons, Simon Pieters, Tom Kralidis, Daniel Morissette, Chris Hodgson, Ahmad Yama Ayubi, Bennett Feely, Doug Schepers

If I’ve forgotten to mention you, please open an issue.

Errors and omissions are certainly my own; if you spot a correction needed in the above, please open an issue.

About

This repo contains explainer documents for the scope of the MapML proposal.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp