Commit Graph

23 Commits

Author SHA1 Message Date
Bryan Housel 9b7d79a3fe Use live bound object for presets object, change context.presets() getter 2016-11-14 15:44:02 -05:00
Bryan Housel 93d50b4e87 Use live bound object for imagery array, remove context.imagery() accessor
Also update documentation, closes #3359
2016-11-14 11:16:45 -05:00
Bryan Housel f800e5afbc Remove unnecessary window parameter to Context 2016-11-10 15:19:03 -05:00
Bryan Housel af3db7ea36 Swap url hash map order to zoom/latitude/longitude
(closes #3554)
2016-11-10 09:56:20 -05:00
Bryan Housel 053074d076 Export live binding for services in iD.services, fix init/reset
(closes #3324)

Previously we allowed devs to swap out services that they didn't need.
This became difficult now that ES6 exports are immutable bindings.
But we can wrap the immutable bindings themselves in a live object,
to get back the flexibility that we used to have.

This change also drops the `taginfo` accessor on Context, since devs who want
to swap out taginfo service with something else can now do so through the live
binding.  `iD.services.taginfo = myTaginfo()`
2016-10-14 10:38:09 -04:00
Bryan Housel 87950fd472 Fix lib export, flatten names in tests and docs 2016-10-04 21:56:09 -04:00
Bryan Housel 7ca6d06254 Replace iD global with iD.Context() module (#3254) 2016-07-19 10:15:32 -04:00
Bryan Housel 90fd1e3f8d Support setting imagery offset via url hash
(closes #3093)
2016-05-03 10:25:04 -04:00
Bryan Housel 189909f56e editor-imagery-index -> editor-layer-index 2016-02-21 21:38:07 -05:00
Bryan Housel 3e65156754 Refactor services 2016-02-08 10:31:34 -05:00
Bryan Housel a6d7fc7bb7 Add documentation on tag classes and midpoints 2015-12-02 16:19:47 -05:00
Bryan Housel 546144c8a1 1.7.4 2015-09-15 23:52:25 -04:00
Bryan Housel 1ad25c3dcd 1.7.0 2015-02-11 14:40:28 -05:00
Sajjad Anwar 17fb2f64e5 Configurable minimum editable zoom 2014-11-11 14:37:11 -08:00
John Firebaugh 3dc5b6a875 Document deployment customization 2014-10-24 16:26:37 -07:00
Bryan Housel eb9bece6fd document comment url parameter 2014-08-11 20:20:28 -04:00
John Firebaugh ab8a4ffd7b Update GitHub links 2014-01-08 16:14:28 -08:00
John Firebaugh 40bba4684c background parameter is now supported in embedded mode 2013-08-16 17:39:00 -07:00
John Firebaugh ac70b68e35 Document URL parameters (fixes #1515) 2013-06-17 17:58:19 -07:00
John Firebaugh c927ff5b5d Rationalize vocabulary
- nodes
  - vertices
  - points
- ways
  - lines
  - areas
2012-12-29 09:18:05 -08:00
John Firebaugh 5fe22be7a0 Introduce real Entity subclasses 2012-12-28 18:42:21 -08:00
John Firebaugh 78569a5ef3 Extract select behavior to mode
While here, use a more appropriate class (.selected).
2012-12-27 18:52:55 -08:00
John Firebaugh 38bf50c987 Started out some notes toward a public API
Beginning with our CSS class API. Most of what I've
written is how it should be, not how it currently is.
2012-12-22 14:47:32 -08:00