Changeset 3467723
- Timestamp:
- 02/23/2026 01:04:45 PM (5 weeks ago)
- File:
-
- 1 edited
-
mapthread/trunk/readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mapthread/trunk/readme.txt
r3467716 r3467723 148 148 == Third-Party Libraries == 149 149 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 156 153 157 154 == External services == … … 163 160 When: Every time a visitor views a page containing a Mapthread map, the browser requests tile images from OpenStreetMap servers. 164 161 Data 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/) 168 163 169 164 **Esri / ArcGIS World Imagery** 170 Service URL: https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer165 Service: [server.arcgisonline.com](https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer) 171 166 Used for: Rendering the optional "Satellite" map layer. 172 167 When: Only when the Satellite layer is enabled in Settings > Mapthread and a visitor selects it. No requests are made if the layer is disabled. 173 168 Data 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) 176 170 177 171 **OpenTopoMap** … … 179 173 When: Only when the Topographic layer is enabled in Settings > Mapthread and a visitor selects it. 180 174 Data 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) 183 176 184 177 **Nominatim (OpenStreetMap Geocoding)** … … 186 179 When: Only in the WordPress block editor when an author types into the address search field. Not triggered on the public frontend. 187 180 Data 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) 190 182 191 183 **Open-Elevation API** 192 184 Used 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.185 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 [api.open-elevation.com](https://api.open-elevation.com/api/v1/lookup), not from the visitor's browser. 194 186 Data 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) 199 188 200 189 **Optional Tile Providers** (each requires an API key configured in Settings > Mapthread) … … 202 191 The 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. 203 192 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/) 212 197 213 198
Note: See TracChangeset
for help on using the changeset viewer.