Commit Graph

18 Commits

Author SHA1 Message Date
Bryan Housel
567eeac587 Make several data external instead of bundled:
Also dist/data/* contains minified files now

These are now external and will fetch as needed:
-export { dataAddressFormats } from './address-formats.json';
-export { dataDeprecated } from './deprecated.json';
-export { dataDiscarded } from './discarded.json';
-export { dataLanguages } from './languages.json';
-export { dataPhoneFormats } from './phone-formats.json';
-export { dataShortcuts } from './shortcuts.json';
-export { dataTerritoryLanguages } from './territory-languages.json';
2020-01-28 22:21:31 -05:00
Bryan Housel
31e007fc83 Create a data loader and move the intro graph into dist/data
(re: #3403)
2020-01-27 17:15:00 -05:00
Bryan Housel
4ecf2b6499 Validate intro_graph, update tags and eliminate warnings 2019-05-21 10:13:13 -04:00
Bryan Housel
1ffca3ce85 Switch crossing presets to "marked"/"unmarked", retain "zebra" as unsearchable 2018-10-02 17:01:04 -04:00
Bryan Housel
c63541379c Add building fields for pavilions and shelters in walkthrough
(re: #5084)
2018-07-25 21:15:03 -04:00
Bryan Housel
1bd41b894c Add direction tagging to intro graph for walkthrough 2017-12-29 16:04:03 -05:00
Bryan Housel
28802daae4 Add more examples of landuse and areas 2017-04-17 15:00:07 -04:00
Bryan Housel
246f07813f More detailed poi mapping in intro graph 2017-04-07 17:03:22 -04:00
Bryan Housel
ef1e7038eb Remove some unused roads from intrograph, add paper street 12th avenue 2017-04-05 22:35:59 -04:00
Bryan Housel
500dbfa054 Remove road routes, update names, make all lanes localizable 2017-04-05 17:01:19 -04:00
Bryan Housel
d3bff9e3ee Renumber introGraph to shrink it even more 2017-04-05 00:55:59 -04:00
Bryan Housel
ce642b72d0 Add POIs, Addresses, Buildings, Sidewalks, etc
(closes #3068)
2017-04-04 21:51:42 -04:00
Bryan Housel
b7f9308e7f Add data for Buildings, footpaths etc, to intro_graph 2017-04-04 13:53:22 -04:00
Bryan Housel
9933a36aa5 Slim down the intro graph
(closes #3403)
2017-04-04 10:39:44 -04:00
Bryan Housel
2e81e71859 Add history.toIntroGraph() for saving the edited introGraph to JSON 2017-04-04 02:00:01 -04:00
Bryan Housel
8e9ae095de Fix abbreviations in the intro graph
(re: https://github.com/openstreetmap/iD/issues/3068#issuecomment-290297288)
2017-04-03 22:41:11 -04:00
Bryan Housel
8fb5f3a5a1 Degunk data sources by named-importing single toplevel key
See: https://github.com/openstreetmap/iD/issues/3403#issuecomment-245150454

This change drops the iD.js bundle size from 4.5MB to 3.4MB, and makes it
much more readable, which is nice for debugging.  This does not affect the
minified bundle size.
2016-10-26 16:29:49 -04:00
Tom MacWright
6341d4e4b5 one-shot build (#3266)
* One-shot development

* Move jsonp to module
* Tooltip -> module
* Remove d3.jsonp
* Fix tooltip lint
* Load all libs but d3 itself with require
* Add top-level brfs

* Unformat intro graph
2016-08-10 15:25:19 -07:00