Plugin Directory

Changeset 3467723


Ignore:
Timestamp:
02/23/2026 01:04:45 PM (5 weeks ago)
Author:
randomwire
Message:

Fix external service and library links — use Markdown link syntax for clickable links

File:
1 edited

Legend:

Unmodified
Added
Removed
  • mapthread/trunk/readme.txt

    r3467716 r3467723  
    148148== Third-Party Libraries ==
    149149
    150 * **Leaflet.js** (BSD-2-Clause) - https://leafletjs.com/
    151   Interactive map rendering
    152 * **Leaflet.fullscreen** (MIT) - https://github.com/brunob/leaflet.fullscreen
    153   Fullscreen map control
    154 * **Chart.js** (MIT) - https://www.chartjs.org/
    155   Elevation profile visualization
     150* [Leaflet.js](https://leafletjs.com/) (BSD-2-Clause) — Interactive map rendering
     151* [Leaflet.fullscreen](https://github.com/brunob/leaflet.fullscreen) (MIT) — Fullscreen map control
     152* [Chart.js](https://www.chartjs.org/) (MIT) — Elevation profile visualization
    156153
    157154== External services ==
     
    163160When: Every time a visitor views a page containing a Mapthread map, the browser requests tile images from OpenStreetMap servers.
    164161Data sent: Tile coordinate requests (zoom level, x/y tile numbers) indicating the geographic area being viewed. The visitor's IP address is visible to OpenStreetMap servers.
    165 Terms of Use: https://wiki.osmfoundation.org/wiki/Terms_of_Use
    166 Privacy Policy: https://wiki.osmfoundation.org/wiki/Privacy_Policy
    167 Tile Usage Policy: https://operations.osmfoundation.org/policies/tiles/
     162[Terms of Use](https://wiki.osmfoundation.org/wiki/Terms_of_Use) | [Privacy Policy](https://wiki.osmfoundation.org/wiki/Privacy_Policy) | [Tile Usage Policy](https://operations.osmfoundation.org/policies/tiles/)
    168163
    169164**Esri / ArcGIS World Imagery**
    170 Service URL: https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer
     165Service: [server.arcgisonline.com](https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer)
    171166Used for: Rendering the optional "Satellite" map layer.
    172167When: Only when the Satellite layer is enabled in Settings > Mapthread and a visitor selects it. No requests are made if the layer is disabled.
    173168Data sent: Tile coordinate requests and the visitor's IP address.
    174 Terms of Use: https://www.esri.com/en-us/legal/terms/full-master-agreement
    175 Privacy Policy: https://www.esri.com/en-us/privacy/overview
     169[Terms of Use](https://www.esri.com/en-us/legal/terms/full-master-agreement) | [Privacy Policy](https://www.esri.com/en-us/privacy/overview)
    176170
    177171**OpenTopoMap**
     
    179173When: Only when the Topographic layer is enabled in Settings > Mapthread and a visitor selects it.
    180174Data sent: Tile coordinate requests and the visitor's IP address.
    181 Terms of Use: https://opentopomap.org/about
    182 Privacy Policy: https://opentopomap.org/about
     175[Terms of Use / Privacy Policy](https://opentopomap.org/about)
    183176
    184177**Nominatim (OpenStreetMap Geocoding)**
     
    186179When: Only in the WordPress block editor when an author types into the address search field. Not triggered on the public frontend.
    187180Data sent: The search query text (partial address or place name) and the editor's IP address.
    188 Usage Policy: https://operations.osmfoundation.org/policies/nominatim/
    189 Privacy Policy: https://wiki.osmfoundation.org/wiki/Privacy_Policy
     181[Usage Policy](https://operations.osmfoundation.org/policies/nominatim/) | [Privacy Policy](https://wiki.osmfoundation.org/wiki/Privacy_Policy)
    190182
    191183**Open-Elevation API**
    192184Used for: Looking up elevation data for GPX tracks that lack elevation information.
    193 When: Server-side only — when a GPX file is uploaded that has no elevation data and the elevation profile feature is enabled. The request is made from the WordPress server to https://api.open-elevation.com/api/v1/lookup, not from the visitor's browser.
     185When: Server-side only — when a GPX file is uploaded that has no elevation data and the elevation profile feature is enabled. The request is made from the WordPress server to [api.open-elevation.com](https://api.open-elevation.com/api/v1/lookup), not from the visitor's browser.
    194186Data sent: GPS coordinates (latitude/longitude pairs) sampled from the GPX track, sent from the WordPress server's IP address. No user accounts or personal data involved.
    195 Service: https://open-elevation.com/
    196 Source: https://github.com/Jorl17/open-elevation
    197 Terms of Use: https://github.com/Jorl17/open-elevation/blob/master/license.md (open-source, GPL-2.0 license)
    198 Privacy Policy: https://github.com/Jorl17/open-elevation (open-source project; no user accounts; only receives GPS coordinates from the server)
     187[Service](https://open-elevation.com/) | [Source](https://github.com/Jorl17/open-elevation) | [License (GPL-2.0)](https://github.com/Jorl17/open-elevation/blob/master/license.md)
    199188
    200189**Optional Tile Providers** (each requires an API key configured in Settings > Mapthread)
     
    202191The following services are only contacted when a site administrator has entered an API key and a visitor selects the corresponding map layer. In each case the browser sends tile coordinate requests, the configured API key/token, and the visitor's IP address.
    203192
    204 * **Mapbox** - https://www.mapbox.com/
    205   Terms: https://www.mapbox.com/legal/tos | Privacy: https://www.mapbox.com/legal/privacy
    206 * **Thunderforest** - https://www.thunderforest.com/
    207   Terms: https://www.thunderforest.com/terms/ | Privacy: https://www.thunderforest.com/privacy/
    208 * **JawgMaps** - https://www.jawg.io/
    209   Terms: https://www.jawg.io/en/terms/ | Privacy: https://www.jawg.io/en/privacy/
    210 * **Stadia Maps** - https://stadiamaps.com/
    211   Terms: https://stadiamaps.com/terms-of-service/ | Privacy: https://stadiamaps.com/privacy/privacy-policy/
     193* **Mapbox** | [Terms](https://www.mapbox.com/legal/tos) | [Privacy](https://www.mapbox.com/legal/privacy)
     194* **Thunderforest** | [Terms](https://www.thunderforest.com/terms/) | [Privacy](https://www.thunderforest.com/privacy/)
     195* **JawgMaps** | [Terms](https://www.jawg.io/en/terms/) | [Privacy](https://www.jawg.io/en/privacy/)
     196* **Stadia Maps** | [Terms](https://stadiamaps.com/terms-of-service/) | [Privacy](https://stadiamaps.com/privacy/privacy-policy/)
    212197
    213198
Note: See TracChangeset for help on using the changeset viewer.