Plugin Directory

Changeset 3467954


Ignore:
Timestamp:
02/23/2026 07:05:09 PM (5 weeks ago)
Author:
randomwire
Message:

Fold Third-Party Libraries, External services, Source Code into FAQ

Location:
mapthread
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • mapthread/tags/1.6.0/readme.txt

    r3467922 r3467954  
    6565* [Maling Ancient Road](https://randomwire.com/maling-ancient-road/)
    6666* [Jiyugaoka's Green Roads](https://randomwire.com/jiyugaoka-green-roads/)
    67 * [Ise-ji Day 4: Furusato Onsen to Owase](https://randomwire.com/iseji-day-4/)
    6867* [Hakuba: Into The Abyss](https://randomwire.com/hakuba/)
    6968* [Cycling the Shimanami Kaido](https://randomwire.com/shimanami-kaido/)
     
    139138Yes! Mapthread is open source — contributions are welcome at [github.com/randomwire/Mapthread](https://github.com/randomwire/Mapthread)
    140139
    141 == Third-Party Libraries ==
     140= What third-party libraries does Mapthread use? =
    142141
    143142* [Leaflet.js](https://leafletjs.com/) (BSD-2-Clause) — Interactive map rendering
     
    145144* [Chart.js](https://www.chartjs.org/) (MIT) — Elevation profile visualization
    146145
    147 == External services ==
    148 
    149 This plugin connects to third-party services to display map tiles, geocode addresses, and look up elevation data. Below is a full description of each service, what data is sent, and when.
     146= Does Mapthread connect to any external services? =
     147
     148Yes. Mapthread connects to third-party services to display map tiles, geocode addresses, and look up elevation data. Below is a full description of each service, what data is sent, and when.
    150149
    151150**OpenStreetMap Tile Service**
     
    156155
    157156**Esri / ArcGIS World Imagery**
    158 Service: [server.arcgisonline.com](https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer)
    159157Used for: Rendering the optional "Satellite" map layer.
    160158When: Only when the Satellite layer is enabled in Settings > Mapthread and a visitor selects it. No requests are made if the layer is disabled.
     
    189187* **Stadia Maps** | [Terms](https://stadiamaps.com/terms-of-service/) | [Privacy](https://stadiamaps.com/privacy/privacy-policy/)
    190188
    191 
    192 == Source Code & Build Instructions ==
     189= Where can I find the source code? =
    193190
    194191The compiled JavaScript and CSS files in the `build/` directory are generated from human-readable source files. The full source code is available at [github.com/randomwire/Mapthread](https://github.com/randomwire/Mapthread)
  • mapthread/trunk/readme.txt

    r3467847 r3467954  
    6565* [Maling Ancient Road](https://randomwire.com/maling-ancient-road/)
    6666* [Jiyugaoka's Green Roads](https://randomwire.com/jiyugaoka-green-roads/)
    67 * [Ise-ji Day 4: Furusato Onsen to Owase](https://randomwire.com/iseji-day-4/)
    6867* [Hakuba: Into The Abyss](https://randomwire.com/hakuba/)
    6968* [Cycling the Shimanami Kaido](https://randomwire.com/shimanami-kaido/)
     
    139138Yes! Mapthread is open source — contributions are welcome at [github.com/randomwire/Mapthread](https://github.com/randomwire/Mapthread)
    140139
    141 == Third-Party Libraries ==
     140= What third-party libraries does Mapthread use? =
    142141
    143142* [Leaflet.js](https://leafletjs.com/) (BSD-2-Clause) — Interactive map rendering
     
    145144* [Chart.js](https://www.chartjs.org/) (MIT) — Elevation profile visualization
    146145
    147 == External services ==
    148 
    149 This plugin connects to third-party services to display map tiles, geocode addresses, and look up elevation data. Below is a full description of each service, what data is sent, and when.
     146= Does Mapthread connect to any external services? =
     147
     148Yes. Mapthread connects to third-party services to display map tiles, geocode addresses, and look up elevation data. Below is a full description of each service, what data is sent, and when.
    150149
    151150**OpenStreetMap Tile Service**
     
    156155
    157156**Esri / ArcGIS World Imagery**
    158 Service: [server.arcgisonline.com](https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer)
    159157Used for: Rendering the optional "Satellite" map layer.
    160158When: Only when the Satellite layer is enabled in Settings > Mapthread and a visitor selects it. No requests are made if the layer is disabled.
     
    189187* **Stadia Maps** | [Terms](https://stadiamaps.com/terms-of-service/) | [Privacy](https://stadiamaps.com/privacy/privacy-policy/)
    190188
    191 
    192 == Source Code & Build Instructions ==
     189= Where can I find the source code? =
    193190
    194191The compiled JavaScript and CSS files in the `build/` directory are generated from human-readable source files. The full source code is available at [github.com/randomwire/Mapthread](https://github.com/randomwire/Mapthread)
Note: See TracChangeset for help on using the changeset viewer.