Commit Graph

7725 Commits

Author SHA1 Message Date
Bryan Housel 1fcceeb0e8 Move string processing into background_source 2017-09-12 17:02:17 -04:00
Bryan Housel 75fcb892f8 Fix show/hide of list items 2017-09-12 15:32:23 -04:00
Bryan Housel 9d60d9c6b0 Track inflight jsonp requests and avoid reissuing them 2017-09-12 15:00:32 -04:00
Bryan Housel 6addbba340 reorganize metadata object, change display of meters 2017-09-12 14:51:01 -04:00
Bryan Housel 6eb392f147 Merge branch 'esri-vintage' of https://github.com/jgravois/iD into jgravois-esri-vintage 2017-09-12 09:45:18 -04:00
Bryan Housel 4032904a7b Fix mapillary detection label positions
(closes #4282)
2017-09-11 17:11:20 -04:00
Bryan Housel 19e9d57e49 Add tourism=attraction as a universal field
(closes #4323)
2017-09-11 15:20:03 -04:00
Bryan Housel 59f1df902d When showing a field, set its default value if it has one
This allows universal fields or other standalone fields to have a default value.
This didn't work before becuase default values were only handled by
preset.applyTags() / preset.removeTags().
2017-09-11 15:16:02 -04:00
Bryan Housel 494e247ad1 Render intermittent features with dashed lines 2017-09-11 14:14:30 -04:00
Bryan Housel fec27a04d3 Add intermittent checkbox field, and Intermittent Stream preset 2017-09-11 14:04:09 -04:00
john gravois 5f341366e7 display additional metadata from Esri World Imagery
* getVintage() becomes getMetadata()
* ignore a couple unrelated lint nags
* add source description, resolution and accuracy info to debug panel
2017-09-11 09:51:07 -07:00
Bryan Housel 0f153d7d55 Ignore URLish fragments when detecting hashtags in changeset comment
(closes #4289)
2017-09-11 12:11:22 -04:00
Bryan Housel 51072f6799 Merge pull request #4332 from willemarcel/hackerspace
add preset for hackerspace
2017-09-11 11:52:47 -04:00
Bryan Housel ba8a1e6bc6 Several changes to avoid storing stale hashtags
(closes #4304)

- remove context.storage hashtags whenever hashtags are detected in comment.
- when changing the comment, override hashtags with any found in comment.
2017-09-11 11:50:59 -04:00
Wille Marcel 5e6db23dc9 update hackerspace preset and add terms for bowling_alley 2017-09-11 11:10:20 -03:00
Bryan Housel 9719a31c79 Match less punctuation in hashtags
(closes #4303)
2017-09-11 09:55:29 -04:00
Bryan Housel 0d35c5ed59 Give preset priority in preset list when search matches name exactly
(closes #4325)
2017-09-10 12:56:14 -04:00
Bryan Housel 9c738cb5b7 Restore preset ordering test with leading terms (regressed in af776501)
The ordering did not actually change, but the test was failing because
it was throwing away the preset terms.. preset.terms() actually returns
translated terms not original terms, and should default to returning the
original terms when translations are not available (like in testing).
2017-09-10 12:56:07 -04:00
jgravois 7521369ece add support for displaying esri metadata 2017-09-09 21:59:07 -07:00
Bryan Housel 9750fa4d82 Merge pull request #4333 from willemarcel/fix-feminine-hygiene
fix feminine_hygiene terms
2017-09-09 11:48:01 -04:00
Wille Marcel f2de9383e1 fix feminine_hygiene terms 2017-09-09 12:24:08 -03:00
Wille Marcel 910c463d98 add preset for hackerspace 2017-09-09 12:18:22 -03:00
Bryan Housel 1c9719d763 Avoid requesting blank tiles from EsriWorldImagery
(closes #4327)

This allows the real tiles to overzoom, so the user does not see
tiles with the "map data not yet available" message
2017-09-09 08:51:13 -04:00
Bryan Housel c6189bb3b9 Merge pull request #4331 from willemarcel/feminine_hygiene
add preset for vending=feminine_hygiene
2017-09-09 08:13:27 -04:00
Bryan Housel 22b36598ab Merge pull request #4330 from willemarcel/remove-area-from-presets
remove area from some presets geometry
2017-09-09 08:11:12 -04:00
Wille Marcel 6e2ad9deaf add preset for vending=feminine_hygiene 2017-09-08 19:59:00 -03:00
Wille Marcel 949ed23e0a remove area from some presets geometry 2017-09-08 19:47:16 -03:00
Bryan Housel 28b5eff7a2 Merge pull request #4328 from Teiron/master
Improve address format for Poland
2017-09-08 14:59:22 -04:00
Bryan Housel f8a15be885 Use route-water icon for waterway relation, add to defaults.json 2017-09-08 14:53:51 -04:00
Bryan Housel 92e2efa46a Reorder relation preset files - icon, fields, geometry, tags, name 2017-09-08 14:52:48 -04:00
Teiron b5bf72b3ac Improve address format for Poland 2017-09-08 20:31:51 +02:00
Bryan Housel 8450cab287 Add route-water icon 2017-09-08 14:21:43 -04:00
Bryan Housel 4b0c167c0d Merge branch 'master' into waterway 2017-09-08 14:21:14 -04:00
greenkeeper[bot] 9c130bd573 chore(package): update rollup-plugin-commonjs to version 8.2.1 2017-09-08 13:58:46 -04:00
Bryan Housel 21a090ba26 Improve traffic_calming=table presets
(closes #4309)

This:
* adds presets for raised crossing and raised crosswalk, same as the existing
  crossing and crosswalk presets but with `traffic_calming=table` added
* retains a generic `traffic_calming=table` preset without crossing tags,
  and for usage on vertex geometry only (removed line, cause of the original issue)
2017-09-08 11:16:57 -04:00
Bryan Housel 46fca95e7d Merge pull request #4300 from leegenes/reflect-action
check final edge in poly hull in reflect action
2017-09-07 17:35:56 -04:00
JamesKingdom 9af4252089 Add CSS to make waterway blue 2017-09-07 19:48:49 +01:00
JamesKingdom 4f13f97500 Add maxspeed back to living street
(closes #4260)
2017-09-07 17:32:16 +01:00
Bryan Housel 2f893ea1a5 Upgrade to d3 4.10.2 2017-09-07 12:02:53 -04:00
greenkeeper[bot] 9dafe75ef7 chore(package): update mapillary-js to version 2.8.0 2017-09-07 11:49:12 -04:00
Bryan Housel e80e77c2bf And remove artwork_type from Art Gallery too.. 2017-09-07 11:07:22 -04:00
Bryan Housel 5370da7d48 Merge pull request #4298 from simonpoole/preset-updates
artwork_type applies to individual works of art and not to a shop
2017-09-07 11:06:19 -04:00
Bryan Housel be65e1a53c Merge pull request #4308 from openstreetmap/greenkeeper/d3-4.10.1
Update d3 to the latest version 🚀
2017-09-07 10:06:44 -04:00
Bryan Housel 0a60d7bee8 Merge branch 'master' into greenkeeper/d3-4.10.1 2017-09-07 10:06:31 -04:00
Bryan Housel 5b9aa6b6ab Merge pull request #4301 from manfredbrandl/master
remove addr:unit from address fields for Germany, Austria and Switzerland
2017-09-07 10:04:35 -04:00
Bryan Housel a75a59ffc7 Merge pull request #4296 from willemarcel/route-ferry-preset
add more fields to Ferry Route preset
2017-09-07 09:58:12 -04:00
greenkeeper[bot] b8f383ac5e chore(package): update ecstatic to version 3.0.0 2017-09-07 09:55:19 -04:00
Bryan Housel c0eb80c3cb Merge pull request #4285 from willemarcel/update-select-docs
update select features documentation
2017-09-07 09:47:05 -04:00
Bryan Housel 35e0733a38 Merge pull request #4314 from manfredbrandl/patch-1
Phone formats for Austria, Ivory Coast and Benin
2017-09-07 09:25:42 -04:00
Manfred Brandl 4339feede4 Phone formats for Austria, Ivory Coast and Benin 2017-09-06 16:02:21 +02:00