Earlier this year
-
r38
(changed the imageURL option to imgURL.) committed by jhspaaks@hotmail.com
- changed the imageURL option to imgURL.
changed the imageURL option to imgURL.
-
-
-
-
issue 13
(r14 ge_toolbox output kml loads fine in older google earth, ...) Status changed by skawtus
-
-
-
-
r36
(Update to Main help banner image) committed by skawtus
- Update to Main help banner image
Update to Main help banner image
-
-
issue 14
(option in ge_groundoverlay inconsistent with documentation) changed by jhspaaks@hotmail.com
-
Status:
Fixed
Cc:
skawtus
Status:
Fixed
Cc:
skawtus
-
-
issue 1
(pop-up window missing for multiple plotted points) changed by jhspaaks@hotmail.com
-
Status:
Fixed
Cc:
skawtus
Status:
Fixed
Cc:
skawtus
-
issue 2
(problem with using column vectors as arguments for ge_quiver...) changed by jhspaaks@hotmail.com
-
Status:
Fixed
Owner:
jhspa...@hotmail.com
Cc:
skawtus
Status:
Fixed
Owner:
jhspa...@hotmail.com
Cc:
skawtus
-
r35
(Updated the documentation on ge_quiver's color string format...) committed by jhspaaks@hotmail.com
- Updated the documentation on ge_quiver's color string format.
Updated the documentation on ge_quiver's color string format.
-
-
r34
(Updated the documentation on ge_quiver to include recent cod...) committed by jhspaaks@hotmail.com
- Updated the documentation on ge_quiver to include recent code changes.
Updated the documentation on ge_quiver to include recent code changes.
-
-
r32
(changed default options of ge_quiver from 'relativeToGround'...) committed by jhspaaks@hotmail.com
- changed default options of ge_quiver from 'relativeToGround' to 'clampToGround'. Made changes to
avoid errors with irregularly spaced and non-gridded data.
changed default options of ge_quiver from 'relativeToGround' to 'clampToGround'. Made changes to
avoid errors with irregularly spaced and non-gridded data.
-
-
r30
(ge_image uses ge_groundoverlay's imgURL option, so that has ...) committed by jhspaaks@hotmail.com
- ge_image uses ge_groundoverlay's imgURL option, so that has been changed in accordance with the
previous update
ge_image uses ge_groundoverlay's imgURL option, so that has been changed in accordance with the
previous update
-
-
r29
(Changed authoptions.m to reflect changes in ge_point_new.m. ...) committed by jhspaaks@hotmail.com
- Changed authoptions.m to reflect changes in ge_point_new.m.
Changed color order in ge_point.m from TTBBGGRR to TTRRGGBB.
Changed authoptions.m to reflect changes in ge_point_new.m.
Changed color order in ge_point.m from TTBBGGRR to TTRRGGBB.
-
r28
(Added some functionality to have a KML with multiple points ...) committed by jhspaaks@hotmail.com
- Added some functionality to have a KML with multiple points including a popup menu. See
ge_point_new.m and demo_ge_point_new.m.
Added some functionality to have a KML with multiple points including a popup menu. See
ge_point_new.m and demo_ge_point_new.m.
-
googleearth-r27.zip (googleearth toolbox revision 27 (MATLAB source code, zipped)...) file uploaded by jhspaaks@hotmail.com
-
Labels:
Type-Archive
OpSys-Windows
Labels:
Type-Archive
OpSys-Windows
-
r27
(Added ge_makekmz which makes KMZs out of a list of files. Sh...) committed by jhspaaks@hotmail.com
- Added ge_makekmz which makes KMZs out of a list of files. Should be useful with for example
ge_windbarb. Added demo_makekmz as well. No documentation yet.
Added ge_makekmz which makes KMZs out of a list of files. Should be useful with for example
ge_windbarb. Added demo_makekmz as well. No documentation yet.
-
-
-
r24
((1) added some functionality that writes the absolute addres...) committed by jhspaaks@hotmail.com
- (1) added some functionality that writes the absolute address to the documentation in the info.xml
file. This seems to have better compatibility with the help browser in different MATLAB versions.
(2) added some functionality that tries to read the user preferences from file
>>fullfile(prefdir,'matlab.prf'), and uses the information therein to write the CSS style sheet.
(1) added some functionality that writes the absolute address to the documentation in the info.xml
file. This seems to have better compatibility with the help browser in different MATLAB versions.
(2) added some functionality that tries to read the user preferences from file
>>fullfile(prefdir,'matlab.prf'), and uses the information therein to write the CSS style sheet.
-
-
googleearth-r23.zip (googleearth toolbox revision 23 (zipped)) file uploaded by jhspaaks@hotmail.com
-
Labels:
Type-Source
OpSys-Windows
OpSys-Linux
OpSys-OSX
Labels:
Type-Source
OpSys-Windows
OpSys-Linux
OpSys-OSX
-
r23
(added 'ge_scatter.m' functionality, including 'demo_ge_scatt...) committed by jhspaaks@hotmail.com
- added 'ge_scatter.m' functionality, including 'demo_ge_scatter.m'. No help available yet.
added 'ge_scatter.m' functionality, including 'demo_ge_scatter.m'. No help available yet.
-
-
-
-
-
-
r22
(ge_colorbar colomap issue now takes both a string like 'wint...) committed by jhspaaks@hotmail.com
- ge_colorbar colomap issue now takes both a string like 'winter', or 'jet', but also a numerical Nx3
array.
ge_colorbar colomap issue now takes both a string like 'winter', or 'jet', but also a numerical Nx3
array.
-
-
-
-
r21
(1. re-ordered the color string definition so that the functi...) committed by jhspaaks@hotmail.com
- 1. re-ordered the color string definition so that the functions actually do what is in the
documentation, since that is the way it makes sense (TTRRGGBB instead of TTBBGGRR).
2. also fixed some of the issues with colormap; now you can put in either a text such as 'jet' or
'summer', but it's also possible to use any 3-columned numerical variable by using the option
...,'cMap',M,... % with M the 3-column colormap variable.
3. the demos are working again.
1. re-ordered the color string definition so that the functions actually do what is in the
documentation, since that is the way it makes sense (TTRRGGBB instead of TTBBGGRR).
2. also fixed some of the issues with colormap; now you can put in either a text such as 'jet' or
'summer', but it's also possible to use any 3-columned numerical variable by using the option
...,'cMap',M,... % with M the 3-column colormap variable.
3. the demos are working again.
-
r20
(Updated ge_imagesc. It can now handle per-pixel transparency...) committed by jhspaaks@hotmail.com
- Updated ge_imagesc. It can now handle per-pixel transparency. This is taken care of by the new
parameter 'alphaMatrix'. I also included a new parameter 'crispFactor', which has an effect on how
fuzzy the PNG is going to look when viewed in GoogleEarth. I made the relevant changes to the
documentation. I also deleted the ge_imagesc parameter 'polyAlpha', which was long overdue.
Updated ge_imagesc. It can now handle per-pixel transparency. This is taken care of by the new
parameter 'alphaMatrix'. I also included a new parameter 'crispFactor', which has an effect on how
fuzzy the PNG is going to look when viewed in GoogleEarth. I made the relevant changes to the
documentation. I also deleted the ge_imagesc parameter 'polyAlpha', which was long overdue.
Older
-
r19
(fixed bug in ge_quiver related to the pre-allocation procedu...) committed by jhspaaks@hotmail.com
- fixed bug in ge_quiver related to the pre-allocation procedure of the KML string.
fixed bug in ge_quiver related to the pre-allocation procedure of the KML string.
|