Commit Graph

6484 Commits

Author SHA1 Message Date
Bryan Housel
fc0b8a6a90 npm run translations 2016-11-27 23:56:39 -05:00
Bryan Housel
5494d0990a Pull RTL/LTR from Transifex
(closes #3489)
2016-11-27 23:56:17 -05:00
Bryan Housel
9e50af529b Adjust placeholders, labels.. add specific Surveillance Camera preset
* Having separate presets for Surveillance and Surveillance Camera means
we can show the camera related fields only if `surveillance:type=camera`
* Generally use Upper Case for labels and keep it short
* if list of values is really fixed, use options strings to make them translateable
* if list of values is not fixed, avoid adding placeholder, iD will fetch from taginfo
* Seems like value "ALPR" is preferred over "alpr"
2016-11-26 16:42:37 -05:00
Bryan Housel
d2432ad96a Merge branch 'preset/surveillance_extended_fields_camera' of https://github.com/bkil/iD into bkil-preset/surveillance_extended_fields_camera 2016-11-26 16:11:42 -05:00
Bryan Housel
cd1ac6ea59 Merge pull request #3621 from samely/master
add presets to amenity=food_court and amenity=crematorium
2016-11-26 16:07:25 -05:00
samely
c51c170797 add presets to amenity=food_court and amenity=crematorium 2016-11-26 13:03:08 -05:00
greenkeeperio-bot
cc648d8eba chore(package): update mocha to version 3.2.0
https://greenkeeper.io/
2016-11-26 00:21:38 -05:00
Eduard Popov
e9b0fa1dd6 fix connection.js to osm.js in FAQ 2016-11-26 00:19:41 -05:00
greenkeeperio-bot
b34013be67 chore(package): update eslint to version 3.11.0
https://greenkeeper.io/
2016-11-26 00:19:03 -05:00
Bryan Housel
67407c5081 Add node 7 to Travis build matrix 2016-11-23 10:02:12 -05:00
greenkeeperio-bot
c1cb675ce1 chore(package): update mocha-phantomjs-core to version 2.1.0
https://greenkeeper.io/
2016-11-23 09:58:25 -05:00
Bryan Housel
80d9cd6c72 Use traditional interpolation for zoom interpolator, not fly-out-in 2016-11-23 09:55:16 -05:00
greenkeeperio-bot
708a7cee40 chore(package): update d3 to version 4.4.0
https://greenkeeper.io/
2016-11-23 09:17:13 -05:00
greenkeeperio-bot
1b329d4e6f chore(package): update rollup to version 0.36.4
https://greenkeeper.io/
2016-11-23 09:13:42 -05:00
bkil
c4140bf2b5 fix up generated files via npm run build 2016-11-23 13:45:26 +01:00
bkil
c87ff327e1 data/presets/presets/man_made/surveillance.json: add some common fields 2016-11-23 13:40:47 +01:00
bkil
ad1b6998a4 data/presets/fields: add surveillance and camera related properties
https://wiki.openstreetmap.org/wiki/Tag:man_made%3Dsurveillance
https://wiki.openstreetmap.org/wiki/Proposed_features/Extended_tags_for_Key:Surveillance

These are mandatory tags:
* `surveillance`
* `surveillance:type`

I do not feel that the following are important, they can be selected from
the drop down manually anyway:
* `operator`
* `name`

These tags are well established:

* `camera:type` has 15k users
* `camera:mount` has 13k users
* `surveillance:zone` has 17k users (mostly traffic is noted)
* `camera:direction` has 6k users

These tags are in the proposed status:
* `contact:webcam` usage is only starting
* `height`

People used various tags instead of `contact:webcam` in the past
because of it being a recent tag, and/or a lack of knowledge or being
mislead by the dropdown.

Thus it is difficult to quote an exact number, but by using complex
regexp queries, I could find thousands of usages for webcam links
when properly combining man_made/surveillance/camera and various
(sometimes invalid) keywords in the key or value part of a tag:

* `website`
* `image`
* `uri`, `url`, `link`, `http`, `contact`
* `stream`
* `webcam`
2016-11-23 13:40:41 +01:00
Bryan Housel
27228c3019 Remove checkboxes, remove escaped markdown chars 2016-11-22 16:15:29 -05:00
Eduard Popov
817d3528f1 improve release algorithm
Escape '*' characters for correct display in Markdown.
Do not add force dist/locales/*.json files, that are not ignored in master branch.
2016-11-22 10:48:26 +10:00
Bryan Housel
90210f4932 Add maxheight field and add it to many highway presets
(closes #3605)
2016-11-21 11:11:13 -05:00
Bryan Housel
6e86c235b1 Tag should be fence_type not fence
(re #3602)
2016-11-20 23:32:29 -05:00
Bryan Housel
8fe66fa65d Add fence and wall type fields, add height field to some barriers
(closes #3602)
2016-11-20 21:04:33 -05:00
Bryan Housel
e3212e6ea4 Add presets for Aquarium, Resort, Dance Hall
(closes #3579)
2016-11-19 01:08:29 -05:00
Bryan Housel
9dfdf09d0e Add internet_access, outdoor_seating to presets that might use them 2016-11-18 14:11:10 -05:00
bkil
94a546ca63 data/presets/presets/highway/traffic_mirror.json: new
https://wiki.openstreetmap.org/wiki/Tag:highway%3Dtraffic_mirror
2016-11-18 13:28:42 -05:00
bkil
504ed75e49 data/presets/presets/man_made/surveillance.json: add search terms 2016-11-18 13:27:46 -05:00
bkil
a0128e81fb data/presets/presets/amenity/pub.json: add search terms 2016-11-18 13:26:22 -05:00
bkil
2b44f9ed59 data/presets/presets/amenity/hunting_stand.json: add search terms 2016-11-18 13:25:57 -05:00
bkil
ed2f6934e0 data/presets/fields/outdoor_seating.json: new (for pub, restaurant, ...)
https://wiki.openstreetmap.org/wiki/Key:outdoor_seating
2016-11-18 13:25:29 -05:00
bkil
53e2fffee6 data/presets/fields/internet_access/ssid.json: new
https://wiki.openstreetmap.org/wiki/Key:internet_access#Fee_and_attributes
2016-11-18 13:25:11 -05:00
greenkeeperio-bot
69aa94fb62 chore(package): update mapillary-js to version 2.1.0
https://greenkeeper.io/
2016-11-18 13:07:23 -05:00
greenkeeperio-bot
333dc199ba chore(package): update lodash to version 4.17.2
https://greenkeeper.io/
2016-11-18 13:07:09 -05:00
greenkeeperio-bot
cc00923077 chore(package): update request to version 2.79.0
https://greenkeeper.io/
2016-11-18 13:06:38 -05:00
Bryan Housel
4b79325ec1 2.0.1 2016-11-17 14:19:58 -05:00
Bryan Housel
cf85acf5eb npm run translations 2016-11-17 14:18:25 -05:00
Bryan Housel
e331bb7f8c Use imagery ids instead of names, update blacklist, npm run imagery 2016-11-17 14:16:52 -05:00
Bryan Housel
2448f1af1c npm run translations 2016-11-17 13:02:40 -05:00
Bryan Housel
531a370b80 Update CHANGELOG 2016-11-17 12:56:23 -05:00
Bryan Housel
941d026b7c Adjust max Mapillary pages fetched per zoom, min viewfield zoom
For performance around densely mapped areas like SF
2016-11-17 12:07:14 -05:00
Bryan Housel
82d5ade8cb Update CHANGELOG 2016-11-16 20:57:11 -05:00
Bryan Housel
ff5372490b Fix url parser to work with lat/lng when checking for "best" imagery
(closes #3586)
2016-11-15 13:13:28 -05:00
Bryan Housel
857c54c634 npm run build to update generated en.json 2016-11-15 11:41:38 -05:00
greenkeeperio-bot
3ae228a979 chore(package): update lodash to version 4.17.1
https://greenkeeper.io/
2016-11-15 11:14:21 -05:00
Bryan Housel
480d6407ae Merge pull request #3585 from Klumbumbus/master
update docu - use {zoom} instead of {z} for TMS URLs
2016-11-15 11:11:34 -05:00
Bryan Housel
ec29bc8fd5 Add note about authentication options url -> urlroot change 2016-11-15 11:05:21 -05:00
Klumbumbus
4d346196d0 Update core.yaml 2016-11-15 12:51:49 +01:00
Bryan Housel
b2ca60c7fe Remember to check in mapillary-js for release builds 2016-11-15 00:51:39 -05:00
Bryan Housel
2a6fd8468b 2.0.0 2016-11-15 00:46:29 -05:00
Bryan Housel
c85a352c7f npm run imagery 2016-11-15 00:43:13 -05:00
Bryan Housel
6828187d96 npm run translations 2016-11-15 00:37:59 -05:00