Commit Graph

35 Commits

Author SHA1 Message Date
Bryan Housel 92169759eb Fix API docs for max zoom, defaults to 22
(this was bumped to 22 in 475db33b3f)
2018-05-25 12:10:53 -04:00
Bryan Housel 61c7f64077 Remember changeset source, make it settable via url param
(closes #4899)
2018-03-16 09:20:32 -04:00
James Kingdom 73f78c3622 Revert max nodes to 50k 2018-02-12 19:54:19 +00:00
James Kingdom aa3b4882de Change max nodes per request
(closes #4793)
2018-02-12 19:28:17 +00:00
Bryan Housel 469df0b059 Change features to disable_features querystring, add init() 2017-10-22 12:00:51 -06:00
Nikita Mashukov 718383d05c features api parameter description is added 📝 2017-10-16 00:14:08 +07:00
Bryan Housel a42aa789e9 Add hashtags API parameter and localStorage
(closes #2834)
2017-08-16 10:47:17 -04:00
Bryan Housel 6ca649498f Add walkthrough=true url parameter to auto-start the walkthrough
(closes #4111)
2017-06-22 22:26:38 -04:00
Bryan Housel ec8cd6ec83 More words about replacement tokens in custom tile url prompt
(see #3887)
2017-06-22 21:57:26 -04:00
Bryan Housel eff9aaeceb Add example to custom url template prompt
(closes #3887)
2017-06-20 00:38:49 -04:00
Bryan Housel ba1b84004c Update links to preview.ideditor.com mirrors
(closes #3912)
2017-04-13 00:17:19 -04:00
Bryan Housel 04e0a9f9b0 Add endpoint class for endpoint vertices 2017-01-23 21:56:37 -05:00
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