Ron Young
ad5664e1ab
rename map module
2017-12-21 23:11:42 -07:00
Frederic Junod
72fc1ad81a
Rename _ol_PluggableMap_ to PluggableMap
2017-12-21 16:29:28 +01:00
Frederic Junod
2a00556dae
Named export for ol/plugins
2017-12-18 17:13:22 +01:00
Frederic Junod
15768a6025
Rename _ol_PluginType to PluginType
2017-12-18 16:53:57 +01:00
Frederic Junod
f23590a479
Named export for ol/interaction
2017-12-17 19:05:05 +01:00
Frederic Junod
da67764437
Named export for ol/control
2017-12-17 18:53:50 +01:00
Tim Schaub
9e34c145c3
Remove ENABLE_WEBGL
2017-12-12 17:21:42 -07:00
Tim Schaub
755619fa87
Remove ENABLE_CANVAS
2017-12-12 17:18:41 -07:00
Tim Schaub
87295a74dd
Use named exports from ol/index.js
2017-12-12 12:34:23 -07:00
Tim Schaub
7f47883c48
Transformed
2017-12-12 06:53:18 -07:00
Tim Schaub
1cdb6a66f0
Imports cased like the filename
2017-12-12 06:53:17 -07:00
Tom Payne
1298cc3da3
Add ol.Map skeleton
2012-07-11 17:20:09 +02:00
ahocevar
578f74eb86
Less magic.
...
Each control is responsible for its handlers. And all controls are rendered into an overlay, not any more depending on assumptions about link click handling.
2012-06-29 09:44:52 +02:00
ahocevar
f28fe4912f
I think we decided to name events in a noun+verb fashion.
2012-06-26 13:34:34 +02:00
ahocevar
9c46aadd22
Adding attribution control and attribution.
2012-06-24 22:22:18 +02:00
ahocevar
dfc21754c9
Adding addLayers method and addlayer event.
2012-06-24 22:14:48 +02:00
ahocevar
9758910fc6
Making Element/Node types more consistent.
2012-06-24 22:12:38 +02:00
ahocevar
45222ac5cb
Adding getStaticOverlay method.
...
This will be used by overlays, e.g. to display layer attribution.
2012-06-24 17:07:02 +02:00
ahocevar
81577d6dce
Adding Loc.add method.
2012-06-24 10:09:24 +02:00
Éric Lemoine
0b36e10f8f
[ol.map] option name maxRes changed to maxResolution (discussed in cdd9439)
2012-06-23 21:27:39 +02:00
Tim Schaub
2fcbce30bc
For now, we require a projection on loc internally.
2012-06-23 19:59:49 +02:00
Tim Schaub
bcc85b9dd7
Must set a projection before setting center.
2012-06-23 16:55:16 +02:00
Tim Schaub
db2cbe07b7
Transforming coords before setting center.
...
The internal setCenter method can only be called with locations that have projections. This method always transforms.
2012-06-23 16:42:51 +02:00
ahocevar
026b60826e
Removing stub method, and use the real method in Popup.
2012-06-23 16:16:37 +02:00
ahocevar
ad8568a259
New setCenterAndZoom and setZoom methods.
2012-06-23 16:16:37 +02:00
ahocevar
abf4f41eab
Check for renderer before calling methods on it.
2012-06-23 16:16:37 +02:00
ahocevar
d391c65ac6
New pixel conversion and zoom/center related methods.
2012-06-23 14:21:37 +02:00
ahocevar
cdd9439bbd
Consistency: get/setMaxResolution instead of get/setMaxRes.
2012-06-23 09:10:01 +02:00
Tim Schaub
76d90428bd
Pleasant zoom.
2012-06-23 03:32:27 +02:00
Tim Schaub
ef0fd8da60
Pixels increase right and down.
2012-06-23 02:00:28 +02:00
ahocevar
a6069bb78e
Center tranformation in the api; moveByPx implemented.
2012-06-22 20:49:58 +02:00
Tim Schaub
5fa42e9b30
A map that zooms.
2012-06-22 20:46:34 +02:00
Tim Schaub
787f2ba979
Common method for conditionally rendering.
2012-06-22 20:37:29 +02:00
Tim Schaub
b986395358
This is not doing what you think it is.
2012-06-22 20:25:26 +02:00
Tim Schaub
af73489bd5
Create a renderer and draw when possible.
2012-06-22 20:08:44 +02:00
ahocevar
c72f803038
Adding scroll sequence and scroll support for the Navigation control.
2012-06-22 19:51:35 +02:00
Mike Adair
264cc741ca
Merge branch 'master' of github.com:openlayers/ol3
2012-06-22 11:26:25 -04:00
Mike Adair
d8b527776a
fixing compiler warning
2012-06-22 11:26:09 -04:00
ahocevar
0420d2efb9
Adding Zoom control.
...
Tests still missing.
2012-06-22 17:14:22 +02:00
Mike Adair
e748d39680
Merge branch 'master' of github.com:openlayers/ol3
2012-06-22 10:53:17 -04:00
Mike Adair
2163d54323
adds autosizing and image loading listener
2012-06-22 10:52:58 -04:00
Petr Pridal
976239816e
Merge branch 'master' of https://github.com/openlayers/ol3
2012-06-22 14:53:53 +02:00
Petr Pridal
6cfb942ff9
Fix the calls of .transform in internal code. It should be .doTransform.
2012-06-22 14:53:12 +02:00
Mike Adair
fdfeaa3c44
Merge branch 'master' of github.com:openlayers/ol3
2012-06-22 06:52:22 -04:00
Éric Lemoine
2d50a35850
the API user does not know about UnreferencedBounds, and remove getResForZoom and getMaxRes from the map API
2012-06-22 12:34:15 +02:00
Mike Adair
89b3019cde
return correct map overlay elem
2012-06-22 05:50:14 -04:00
ahocevar
4776b11658
Now the map also has overlay divs.
2012-06-21 19:40:04 +02:00
ahocevar
188615391d
Using a map for controls also.
2012-06-21 19:33:33 +02:00
ahocevar
9bd507e9b8
Adding a map of sequence providers
2012-06-21 19:27:18 +02:00
ahocevar
e9e5fd27dc
The map now has a viewport and can render to a container.
2012-06-21 18:56:48 +02:00