Changeset 3467954
- Timestamp:
- 02/23/2026 07:05:09 PM (5 weeks ago)
- Location:
- mapthread
- Files:
-
- 2 edited
-
tags/1.6.0/readme.txt (modified) (5 diffs)
-
trunk/readme.txt (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
mapthread/tags/1.6.0/readme.txt
r3467922 r3467954 65 65 * [Maling Ancient Road](https://randomwire.com/maling-ancient-road/) 66 66 * [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/)68 67 * [Hakuba: Into The Abyss](https://randomwire.com/hakuba/) 69 68 * [Cycling the Shimanami Kaido](https://randomwire.com/shimanami-kaido/) … … 139 138 Yes! Mapthread is open source — contributions are welcome at [github.com/randomwire/Mapthread](https://github.com/randomwire/Mapthread) 140 139 141 = = Third-Party Libraries ==140 = What third-party libraries does Mapthread use? = 142 141 143 142 * [Leaflet.js](https://leafletjs.com/) (BSD-2-Clause) — Interactive map rendering … … 145 144 * [Chart.js](https://www.chartjs.org/) (MIT) — Elevation profile visualization 146 145 147 = = External services ==148 149 This pluginconnects 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 148 Yes. 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. 150 149 151 150 **OpenStreetMap Tile Service** … … 156 155 157 156 **Esri / ArcGIS World Imagery** 158 Service: [server.arcgisonline.com](https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer)159 157 Used for: Rendering the optional "Satellite" map layer. 160 158 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. … … 189 187 * **Stadia Maps** | [Terms](https://stadiamaps.com/terms-of-service/) | [Privacy](https://stadiamaps.com/privacy/privacy-policy/) 190 188 191 192 == Source Code & Build Instructions == 189 = Where can I find the source code? = 193 190 194 191 The 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 65 65 * [Maling Ancient Road](https://randomwire.com/maling-ancient-road/) 66 66 * [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/)68 67 * [Hakuba: Into The Abyss](https://randomwire.com/hakuba/) 69 68 * [Cycling the Shimanami Kaido](https://randomwire.com/shimanami-kaido/) … … 139 138 Yes! Mapthread is open source — contributions are welcome at [github.com/randomwire/Mapthread](https://github.com/randomwire/Mapthread) 140 139 141 = = Third-Party Libraries ==140 = What third-party libraries does Mapthread use? = 142 141 143 142 * [Leaflet.js](https://leafletjs.com/) (BSD-2-Clause) — Interactive map rendering … … 145 144 * [Chart.js](https://www.chartjs.org/) (MIT) — Elevation profile visualization 146 145 147 = = External services ==148 149 This pluginconnects 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 148 Yes. 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. 150 149 151 150 **OpenStreetMap Tile Service** … … 156 155 157 156 **Esri / ArcGIS World Imagery** 158 Service: [server.arcgisonline.com](https://server.arcgisonline.com/ArcGIS/rest/services/World_Imagery/MapServer)159 157 Used for: Rendering the optional "Satellite" map layer. 160 158 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. … … 189 187 * **Stadia Maps** | [Terms](https://stadiamaps.com/terms-of-service/) | [Privacy](https://stadiamaps.com/privacy/privacy-policy/) 190 188 191 192 == Source Code & Build Instructions == 189 = Where can I find the source code? = 193 190 194 191 The 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.