Documentation updates
This commit is contained in:
parent
7fa8d5efd0
commit
1f4b7b1254
3 changed files with 17 additions and 2 deletions
|
@ -37,7 +37,7 @@ Adds the time that the data got loaded - pretty much the time of downloading fro
|
||||||
|
|
||||||
### \_last\_edit:contributor, \_last\_edit:contributor:uid, \_last\_edit:changeset, \_last\_edit:timestamp, \_version\_number
|
### \_last\_edit:contributor, \_last\_edit:contributor:uid, \_last\_edit:changeset, \_last\_edit:timestamp, \_version\_number
|
||||||
|
|
||||||
Information about the last edit of this object. IMPORTANT: this data is \_only\_ loaded when the popup is added. This means it should \_not\_ be used to render icons!
|
Information about the last edit of this object.
|
||||||
|
|
||||||
Calculating tags with Javascript
|
Calculating tags with Javascript
|
||||||
--------------------------------
|
--------------------------------
|
||||||
|
|
15
Docs/Release_Notes.md
Normal file
15
Docs/Release_Notes.md
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
Release Notes
|
||||||
|
=============
|
||||||
|
|
||||||
|
Some highlights of new releases.
|
||||||
|
|
||||||
|
0.7.0
|
||||||
|
-----
|
||||||
|
|
||||||
|
* New theme: Hailhydrant by @GoWIN/Erwin Olario
|
||||||
|
* Tags now include metainformation by default - see [CalculatedTags.md]
|
||||||
|
* Add a membership-function in the calculated tags - useful to add 'part of walking route XXX' on a way
|
||||||
|
* Fix login when the token has been revoked
|
||||||
|
* First, experimental support for tiled geojson layers + scripts to generate those layers (see the speelplekken-theme)
|
||||||
|
* Add a global override
|
||||||
|
* Ton's of bug fixes
|
|
@ -6,7 +6,7 @@
|
||||||
"project_url": "https://mapcomplete.osm.be/hailhydrant",
|
"project_url": "https://mapcomplete.osm.be/hailhydrant",
|
||||||
"doc_url": "https://github.com/pietervdvn/MapComplete/tree/master/assets/themes/",
|
"doc_url": "https://github.com/pietervdvn/MapComplete/tree/master/assets/themes/",
|
||||||
"icon_url": "https://mapcomplete.osm.be/./assets/themes/hailhydrant/logo.svg",
|
"icon_url": "https://mapcomplete.osm.be/./assets/themes/hailhydrant/logo.svg",
|
||||||
"contact_name": "Pieter Vander Vennet, ",
|
"contact_name": "Pieter Vander Vennet, Erwin Olario",
|
||||||
"contact_email": "pietervdvn@posteo.net"
|
"contact_email": "pietervdvn@posteo.net"
|
||||||
},
|
},
|
||||||
"tags": [
|
"tags": [
|
||||||
|
|
Loading…
Reference in a new issue