James Halliday
e16f563ed8
expand globs in Makefile to fix ordering issues on make >=3.82
2016-03-02 22:18:04 -08: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
90cd412bbe
Don't check in as many data/ generated files, less agressive minification
...
(partial revert of c2833ba to help prevent merge conflicts)
2016-01-29 23:28:37 -05:00
John Firebaugh
82d1a92b23
Remove unused d3.typeahead module
...
All use has been replaced with d3.combobox.
2016-01-24 12:45:55 -08:00
Paul Norman
5ab3e079b5
Don't dumbly assume svg-sprite is in $PATH
2016-01-07 19:50:39 -08:00
Bryan Housel
0fa02066b9
Remove --symbol-inline and directly generate dist/img/maki-sprite.svg
2015-11-23 13:08:13 -05:00
Bryan Housel
d729795049
Use svg for maki also
2015-11-03 16:43:22 -05:00
Bryan Housel
d5dcc1ff1a
More cleanups to iD-sprite and styles, remove old png and json files
2015-10-29 23:18:21 -04:00
Bryan Housel
6618395f8c
Create spriteify script to turn convert svg groups to viewBoxed symbols
2015-10-29 15:12:15 -04:00
Bryan Housel
a6b83ef27f
WIP: working svg sprite, import to defs, icons stylizable by css
2015-10-23 19:03:12 -04:00
Bryan Housel
b96afcf132
Merge pull request #2688 from 1ec5/wikipedia-2682
...
Switch Wikipedia list to osmlab/wmf-sitematrix
2015-09-27 23:14:27 -04:00
Bryan Housel
5439ed0f47
Add make rule to npm install maki
2015-08-22 01:27:08 -04:00
Bryan Housel
60fdb60a8a
Refactor validations
2015-06-19 14:58:09 -04:00
Minh Nguyễn
bceb92350f
Switch Wikipedia list to osmlab/wmf-sitematrix
...
Fixes #2682 .
2015-06-10 17:09:37 -07:00
Bryan Housel
f0d130e6c0
Bump lodash version to latest 3.9.3
2015-06-09 21:22:35 -04:00
Bryan Housel
deb968dba8
Add build scripts as dependencies
2015-05-29 23:48:29 -04:00
Bryan Housel
bf168779a6
Make sure targets we use node to build actually get built.
2015-05-29 12:59:36 -04:00
Bryan Housel
f67d51492a
add d3.geo.length
2015-04-01 11:04:20 -04:00
Bryan Housel
381142356b
add Diff3 library
2014-12-13 22:49:44 -05:00
John Firebaugh
dd0e08b244
Write presets and imagery to standalone files
2014-10-23 15:52:29 -07:00
Bryan Housel
dcaea5594c
Parse sexagesimal coordinates in search ( closes #2106 )
2014-07-02 12:38:39 -04:00
John Firebaugh
4590feab63
Calculate address field widths
2014-06-13 11:39:17 -07:00
John Firebaugh
495fcc1b11
Include pick in lodash build
2014-05-18 16:02:47 -07:00
Bryan Housel
b8303e3708
Add d3.geom.hull to d3.v3.js
2014-04-10 15:25:04 -04:00
Aaron Lidman
19c0da82b1
Add name-suggestion-index sources
2013-10-31 15:11:51 -07:00
John Firebaugh
683b160994
Update maki; use prebuilt sprite ( fixes #1916 )
2013-10-25 12:16:47 -07:00
John Firebaugh
81bc280aba
More reliable method for mutexed localStorage saves
...
Fixes #1883
2013-10-10 14:59:48 -07:00
John Firebaugh
c0a2f11616
Update imagery
2013-09-25 15:47:11 -07:00
John Firebaugh
4e8cb0b97f
Pull imagery from editor-imagery-index
2013-08-27 11:07:46 -07:00
John Firebaugh
d5ecd72618
Update list of D3 patches
2013-07-29 12:22:17 -07:00
Vladimir Agafonkin
454eecae8f
replace RTree with RBush
2013-07-21 17:20:14 +03:00
John Firebaugh
9f8df295bd
Update D3 to 3.2.1
2013-06-20 13:10:32 -07:00
John Firebaugh
bba761d8ea
size -> dimensions
...
D3 3.2 adds selection.size, where size means "number
of selected elements".
2013-06-20 13:05:20 -07:00
John Firebaugh
d2e2d4fbed
Avoid resetting input values on every change
...
For some reason this invalidates and repaints the
entire page.
2013-06-19 17:05:03 -07:00
John Firebaugh
83a4acdb4b
Update D3 patch list
2013-06-19 13:25:21 -07:00
John Firebaugh
ab10f8ac38
Hook up relation icons
2013-05-23 22:20:14 -07:00
John Firebaugh
275696caaa
Fix icons for lines that use maki ( fixes #1371 )
...
Generate a single feature-icons.json and feature-icons.css.
In the JSON, features with a line icon are indicated by the
presence of a `line` property. PresetIcon looks for this to
determine whether or not to add the `preset-icon-line` class.
New line icons may be added by editing line-icons.json.
2013-04-24 12:32:36 -07:00
John Firebaugh
5ea93539ad
Update d3 to 3.1.5
2013-04-23 15:03:00 -07:00
John Firebaugh
d66760326b
Load translations on demand ( fixes #1337 )
2013-04-22 14:29:43 -07:00
John Firebaugh
0e6c0db28a
Clean up Makefile
2013-04-22 11:01:39 -07:00
John Firebaugh
aedd5ee46e
Create a dist directory
...
This directory will contain the built sources (iD.js, iD.css)
and images. On a release branch, we will check in the generated
files. For the osm.us/master deploy, it should run make and use
dist/ as the root.
Paths in css are relative, e.g. url(img/foo.png).
2013-04-22 10:50:36 -07:00
Ansis Brammanis
32988297f3
fix makefile rule for maki sprite
2013-04-19 17:39:02 -04:00
Ansis Brammanis
cee0ac3874
tolerate not having inkscape installed
2013-04-19 15:47:51 -04:00
Ansis Brammanis
d21d52d905
add maki as dependency, new sprite script
...
issue #1319
2013-04-19 14:51:48 -04:00
Ansis Brammanis
21c89f22dc
export line preset sprite straight from inkscape
...
We could also use an svg sprite, just swapping the
one line in line-presets.css, but it seemed to
make scrolling the preset grid significantly
less smooth in Firefox.
2013-04-19 12:27:57 -04:00
John Firebaugh
dca9bec450
Move Connection to core
2013-04-17 17:35:34 -07:00
John Firebaugh
24c0115190
Generate a concatenated iD.css file
2013-04-16 14:14:55 -07:00
John Firebaugh
7f498c2a10
Fix "Remove" translation in radio field ( fixes #1317 )
2013-04-15 17:06:37 -07:00
John Firebaugh
3593405c53
Automatically npm install on make
2013-04-15 14:31:34 -07:00