diff --git a/docs/maps/mapml-viewer.md b/docs/maps/mapml-viewer.md index 21e632ba..55b4167c 100644 --- a/docs/maps/mapml-viewer.md +++ b/docs/maps/mapml-viewer.md @@ -10,12 +10,12 @@ The `` element is the main element you can use to put a custom Web ```html - + - A Simple Web Map[tm] + A Simple Web Map[tm] + - @@ -43,7 +43,7 @@ The `` element has several attributes to control the presentation - `APSTILE` is based on the Alaska Polar Stereographic (EPSG:5936) projected coordinate reference system, and has 20 zoom levels (0 to 19). - - other projections are possible, using the "[Custom Projections](https://github.com/Maps4HTML/Web-Map-Custom-Element/pull/239/commits/e9a29e7abcc43d7f15eb64729920e2ad06fc25c5)" API + - other projections are possible, using the "[Custom Projections](https://github.com/Maps4HTML/Web-Map-Custom-Element/blob/8723e4d8bad8e3629bc9dca7a6fe81d724e8418f/demo/CustomProjection.html#L1-L158)" API `zoom` - a non-negative integer. The value establishes the initial zoom level of the map. For a small scale view of the world, use a lower value. Use larger values for larger scales (smaller area maps). The maximum value depends on the particular `projection` and data source. Many map data sources have limited zoom levels available. diff --git a/docs/maps/web-map.md b/docs/maps/web-map.md index de02ab06..083d6f2e 100644 --- a/docs/maps/web-map.md +++ b/docs/maps/web-map.md @@ -10,8 +10,12 @@ In recent years, client side image maps have fallen out of wide use, due to impr The web-map custom element suite provides a set of proof-of-concept "[customized built-in](https://developer.mozilla.org/en-US/docs/Web/Web_Components/Using_custom_elements)" elements based on ``, `` and `` that will "fall back" to a client side image map in older browsers, or in the absence of JavaScript (scripting disabled). +:::caution + Note that because not all modern Web browsers implement HTML's customized built-in elements, it is not recommended to use this proof-of-concept on a public Web site, as end-user confusion may be the result. +::: + The following markup may work on Chrome and Firefox, although it may take some fine tuning: ```html