ThomasG77
919cc85714
Fix cgiar csi URL due to #9106
2019-01-10 14:47:57 +01:00
ThomasG77
a7305be824
Replace rawgit with jsdelivr due to #9082 comment
2018-12-27 13:20:19 +01:00
ThomasG77
d3fdda6efc
Add condition for viewParams and TypeScript related option
2018-10-25 05:46:49 +02:00
ThomasG77
cbaa9a7567
Rename defaultDataProjection to dataProjection #8152
2018-06-18 14:08:50 +02:00
ThomasG77
7192a6d1a5
Replace ZeroClipboard with Clipboard.js to remove flash dependency
2015-10-05 01:23:20 +02:00
Thomas Gratier
b044372cd8
Update package.json
...
When pushing previous content to npm, it complains that it only accepts `"browser": "dist/ol.js"` hence the correction again
2015-04-30 04:50:40 +02:00
Thomas Gratier
a3a33c1dcd
Issue encountered in the PR
...
See PR comments for an update
2015-04-25 01:43:06 +02:00
Thomas Gratier
75a3c5f6ff
Make package.json compatible for npm frontend use
...
This PR augments package.json to ease OpenLayers 3 frontend development through NPM.
See this post on NPM blog http://blog.npmjs.org/post/112712169830/making-your-jquery-plugin-work-better-with-npm to understand my viewpoint and evaluate if it's worth to accept.
2015-04-24 03:41:52 +02:00
ThomasG77
af2fb1ad42
Update quickstart.hbs
...
Fix on the fix ;) because a removed new via the Github UI
2014-01-09 23:04:15 +01:00
ThomasG77
923bb3f36c
Update quickstart.hbs
...
Fix the error due to outdated ol.source.MapQuestOpenAerial() because of this feedback https://groups.google.com/forum/#!topic/ol3-dev/6xi2n7nMg8k on the ML
2014-01-09 22:55:34 +01:00
Thomas
817a8feac9
SetPositioning exposition in the API
...
The method in ol.Overlay is not exposed whereas is equivalent
getter getPositioning is visible in API and documentation.
The PR add a line of description to the documentation and expose
the method
2013-09-30 23:34:51 +02:00
Thomas
f219393149
Add default CSS style for mouse position
...
Missing CSS was confirmed with issue #680 , this commit is to fix it and change
ol-mouse-position class to ol-mouseposition. I choose for the moment the top
right corner to display the coordinates from mouse position control because of
potential conflict with the scaleline control.
2013-05-06 14:07:13 +02:00