Tom Payne
|
905a0059db
|
Remove unused insert_at, set_at, and remove_at events
|
2013-03-06 15:50:03 +01:00 |
|
Frederic Junod
|
eab160de67
|
Add github and twitter links in examples
|
2013-03-06 15:20:25 +01:00 |
|
Frederic Junod
|
2b238c68c7
|
Add Font Awesome 3.0.2
|
2013-03-06 15:20:25 +01:00 |
|
Frederic Junod
|
e4863f3ce8
|
Add missing div close tag
|
2013-03-06 15:20:24 +01:00 |
|
Frederic Junod
|
6113ca2c59
|
Port full-screen example to Bootstrap
|
2013-03-06 15:20:24 +01:00 |
|
Frederic Junod
|
a8ec0c95a0
|
Fix hostexamples target
Add missing bootstrap dir and examples.css
|
2013-03-06 15:19:47 +01:00 |
|
Frederic Junod
|
0007ec95de
|
Port stamen example to Bootstrap
|
2013-03-06 15:19:47 +01:00 |
|
Tom Payne
|
d8a73d12ed
|
Fix navbar link, thanks @fredj
|
2013-03-06 15:19:47 +01:00 |
|
Tom Payne
|
3b9d500818
|
Don't store templates in map div
|
2013-03-06 15:19:47 +01:00 |
|
Tom Payne
|
3491b55fb2
|
Add missing closing tag
|
2013-03-06 15:19:47 +01:00 |
|
Tom Payne
|
bcea43dcd6
|
Don't lint Bootstrap JavaScript
|
2013-03-06 15:19:47 +01:00 |
|
Tom Payne
|
fa448951d9
|
Add simple example
|
2013-03-06 15:19:47 +01:00 |
|
Tom Payne
|
c87aaa3eb1
|
Port WMS example to Bootstrap
|
2013-03-06 15:19:47 +01:00 |
|
Tom Payne
|
80da379d60
|
Port WMS custom projection example to Bootstrap
|
2013-03-06 15:19:47 +01:00 |
|
Tom Payne
|
ca3f6e0fdf
|
Port WMS capabilities example to Bootstrap
|
2013-03-06 15:19:47 +01:00 |
|
Tom Payne
|
6af6e355f9
|
Port two layers example to Bootstrap
|
2013-03-06 15:19:47 +01:00 |
|
Tom Payne
|
2ca53da9f2
|
Port side-by-side example to Bootstrap
|
2013-03-06 15:19:47 +01:00 |
|
Tom Payne
|
f1af80189f
|
Port EPSG:4326 example to Bootstrap
|
2013-03-06 15:19:47 +01:00 |
|
Tom Payne
|
34c6652ed6
|
Port canvas tiles example to Bootstrap
|
2013-03-06 15:19:47 +01:00 |
|
Tom Payne
|
d20aa69f5f
|
Port anchored elements example to Bootstrap
|
2013-03-06 15:19:47 +01:00 |
|
Tom Payne
|
2d454c429a
|
Add examples.css
|
2013-03-06 15:19:47 +01:00 |
|
Tom Payne
|
a96fa30e97
|
Add Bootstrap 2.3.1
|
2013-03-06 15:19:47 +01:00 |
|
Tom Payne
|
3a7c4bd3bc
|
Merge pull request #273 from twpayne/controls-api
reconsider the way we specify controls on the map
|
2013-03-06 05:59:31 -08:00 |
|
Tom Payne
|
38eaa9cfb2
|
Use an array to specify additional interactions
|
2013-03-06 13:19:50 +01:00 |
|
Tom Payne
|
363cb87e1a
|
Use an array to specify additional controls
|
2013-03-06 13:19:34 +01:00 |
|
Tom Payne
|
23f0097517
|
Add ol.Collection.extend
|
2013-03-06 13:18:34 +01:00 |
|
Tom Payne
|
c9cce57895
|
Add comment about ugly typecast
|
2013-03-06 13:06:35 +01:00 |
|
Frédéric Junod
|
c54f38f4c0
|
Merge pull request #287 from fredj/mapsize
Use goog.style.getSize to compute the map size.
|
2013-03-06 03:59:51 -08:00 |
|
ahocevar
|
2147674e2f
|
Adding exports for icon and feature
|
2013-03-06 12:49:06 +01:00 |
|
Tom Payne
|
671ee79c74
|
Add ol.interaction.defaults
|
2013-03-06 12:36:49 +01:00 |
|
Tom Payne
|
a94eadf402
|
Port examples to ol.control.defaults
|
2013-03-06 12:36:49 +01:00 |
|
Tom Payne
|
8ae009d401
|
Add ol.control.defaults
|
2013-03-06 12:36:48 +01:00 |
|
ahocevar
|
345bb55f98
|
Respect width and height from symbolizer
|
2013-03-06 12:29:20 +01:00 |
|
Bruno Binet
|
1ff3c79ff6
|
Use correct value to convert from foot to meters
(was using value for converting to inches).
Thanks @twpayne
|
2013-03-06 12:26:30 +01:00 |
|
Bruno Binet
|
f4aa08ee90
|
Use ol.sphere.NORMAL.radius instead of 6378000
to be consistent.
|
2013-03-06 12:18:37 +01:00 |
|
Tom Payne
|
48852aa3ea
|
Merge pull request #284 from twpayne/full-screen-fit-projection-extent
Fit map to projection extent in full screen example
|
2013-03-06 02:50:46 -08:00 |
|
ahocevar
|
6ee754abb6
|
Merge branch 'master' of github.com:openlayers/ol3 into vector
|
2013-03-06 11:20:40 +01:00 |
|
Bruno Binet
|
097d59c41a
|
Add test for ol.Projection getMetersPerUnit method
|
2013-03-06 10:33:03 +01:00 |
|
Bruno Binet
|
1803e7b28d
|
Add getMetersPerUnit instance method to ol.Projection
|
2013-03-06 10:32:45 +01:00 |
|
Bruno Binet
|
1f30f693b6
|
Merge pull request #288 from bbinet/projection_stuff
Find proj4js projection even if code is different than srs.
|
2013-03-06 01:06:38 -08:00 |
|
Bruno Binet
|
bb1cf45c0a
|
Add Proj4js.Proj.srsCode property to Proj4js externs
|
2013-03-06 02:38:03 +01:00 |
|
Tim Schaub
|
060edb2070
|
Merge branch 'vector' of github.com:openlayers/ol3 into vector
Conflicts:
src/ol/style/shape.js
|
2013-03-06 02:28:33 +01:00 |
|
Tim Schaub
|
ac10bb6ca5
|
Enforce that either stroke or fill is provided
|
2013-03-06 02:20:11 +01:00 |
|
Tim Schaub
|
c0c8faaf9f
|
Allow literal from symbolizer without feature
|
2013-03-06 02:20:11 +01:00 |
|
ahocevar
|
95f3fe535a
|
No projection configuration needed on the layer
|
2013-03-06 02:20:11 +01:00 |
|
Éric Lemoine
|
5d99ead2b7
|
View2D NoConstraint methods renamed
|
2013-03-06 02:20:10 +01:00 |
|
Tom Payne
|
ba78812796
|
Improve comment parsing when checking for requires
|
2013-03-06 02:20:10 +01:00 |
|
Éric Lemoine
|
a0ba80bcbb
|
Check the examples against whitespace build first
This is to produce stack traces that are easier to understand when an example fails to load.
|
2013-03-06 02:20:10 +01:00 |
|
Bruno Binet
|
382022bdb5
|
Add defaultNamespaceURI and errorProperty properties for WMTS.
Thanks @bartvde.
|
2013-03-06 02:20:10 +01:00 |
|
Éric Lemoine
|
221c8077e0
|
Make hostexamples target more robust
|
2013-03-06 02:20:10 +01:00 |
|