You are not logged in.

Dear visitor, welcome to krpano.com Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

hub

Trainee

  • "hub" started this thread

Posts: 118

Location: Annecy, France

  • Send private message

1

Friday, March 27th 2009, 8:44pm

different shapes of spots in Google Maps

Is it possible to change the shape and scale of spot in Google Maps ?

Graydon

Professional

Posts: 614

Location: Texas

Occupation: Industrial gas turbine services.

  • Send private message

2

Friday, March 27th 2009, 10:05pm

It's not built into the current standard plugin... I don't know if it will be later on.

However, if you pay a bit more you can get the flash source code and customize the icons as you want.

http://www.krpano.com/plugins/googlemaps/

hub

Trainee

  • "hub" started this thread

Posts: 118

Location: Annecy, France

  • Send private message

3

Saturday, March 28th 2009, 6:32am

thank you for your reply Graydon

4

Monday, March 30th 2009, 12:30am

Hi,

yes, currently the images are fixed build in,
but in a later version I will make them changeable,

best regards,
Klaus

nelk

Intermediate

Posts: 358

Location: Paris

  • Send private message

5

Tuesday, May 12th 2009, 6:03pm

It could be great !

Paying 80€ just to change the icon is a little bit too much for me :-)
VideoStitch, a video stitching engine / blog sur les visites virtuelles ( french ).

Pentimo

Beginner

Posts: 37

Location: Dubai

  • Send private message

6

Saturday, February 20th 2010, 2:36am

Hi,

yes, currently the images are fixed build in,
but in a later version I will make them changeable,

best regards,
Klaus
Hi Klaus,
Could you tell me when will be changeable the spot graphic ?

Thanks and Best regards.

Pentimo
Emirates in Virtual Reality.
360° Panorama Photos and Virtual Tours.
http://360emirates.com

bulp

Intermediate

Posts: 390

Location: Malaysia

  • Send private message

7

Monday, February 22nd 2010, 4:39am

Hi,

yes, currently the images are fixed build in,
but in a later version I will make them changeable,

best regards,
Klaus


cant wait to have this option... :) *thumbsup*

8

Sunday, June 13th 2010, 6:43pm

I did buy the plugin source for the google maps but i have problem on using it, i cant open it on flash or other program, how can i use it?

sergorum

Beginner

Posts: 8

Location: Moscow

Occupation: Web Developer

  • Send private message

9

Wednesday, October 13th 2010, 9:29pm

Any progress with this issue?

Hi guys,

Is there any progress in the latest version with the google maps shape of spots? Or may be there is somebody who could update the shape using the source code? It would be just fantastic if get any additional information.

10

Tuesday, November 2nd 2010, 4:48am

I did buy the plugin source for the google maps but i have problem on using it, i cant open it on flash or other program, how can i use it?
You can edit the source in any text editor. You'll need flex sdk and compiler to generate the swf based on the source code. http://opensource.adobe.com/wiki/display/flexsdk/Flex+4

ciul

Trainee

Posts: 149

Location: Colombia

Occupation: Creative developer guy

  • Send private message

11

Wednesday, December 8th 2010, 8:53pm

you may be interested on...

Hi there.

It is kinda apart from krpano googlemaps plugin but at MooTools forums you may find a script I did for an easy to use javascript library for googlemaps with MooTools, called MooGooMaps

And along with my other library, MooKrpano , you will be able to has the best from both worlds.

See a simple example of both codes working together at:

http://www.paraisoartesano.com/virtualview

Note: Old IE versions won't display it well.

What's better is that I always try these scripts being easy to use and opened for suggestions.

The MooGooMaps script also has custom widgets (mini applications) I've done like DistanceMeter, What's Around Me and Find Me widgets.

The Distance Meter Widget is for measuring distances...

The What's Around Me widget is for displaying only markers around YOU

and the Find Me Widget use HTML5 Gelolocalization API for finding your position on the map.

By other side the MooKrpano will let you create panos on the fly using javascript, and also interfacing with your web site DOM elements, like buttons, menus, and else.

Hope these will be usefull for you and that you may appreciate my effort for document and share them.



And yes, with MooGooMaps you can easily define your own marker icons, any png, jpg or gif image will work.


And also possible to have InfoWindows attached to each marker.

12

Monday, January 10th 2011, 6:52pm

Quoted

You can edit the source in any text editor. You'll need flex sdk and compiler to generate the swf based on the source code. http://opensource.adobe.com/wiki/display/flexsdk/Flex+4 i
i try to compile the source code in mxmlc compiler in flex by dragging the file but it five me an error and said the script is not correct can u help me on that cause am rely need it so i bought the source code

and what is meaning of this ??????
- then compile the plugin with this command:
mxmlc -compiler.optimize=true -library-path+=map_1_9a.swc googlemaps.as


this the tour what i want to apply this feature

http://www.redseahotels.com/tour/siva1/Tour-Siva.html

sergorum

Beginner

Posts: 8

Location: Moscow

Occupation: Web Developer

  • Send private message

13

Wednesday, January 12th 2011, 11:29am

You can edit the source in any text editor. You'll need flex sdk and compiler to generate the swf based on the source code. http://opensource.adobe.com/wiki/display/flexsdk/Flex+4
Thank's very much. It was very usefull. By the way I found there is a perfect readme file in the krpano Google Maps Plugin:
-----------------------------------------------------------------------------
- to compile the krpano Google Maps plugin the free Adobe Flex SDK
and the Google Maps AS3 API are needed.

- the version 1.16 of the Google Maps AS3 API library is included (map_1_16.swc)
if needed get newer versions here:
http://code.google.com/apis/maps/documentation/flash/

- get here the latest version of the Flex SDK:
http://opensource.adobe.com/wiki/display/flexsdk/

- extract it to any place (e.g. "c:\flex_sdk_4")

- set the path to its "bin" folder, e.g:
set PATH=E:\downloads\flex_sdk_4\bin

- then compile the plugin with this command:
mxmlc -compiler.optimize=true -library-path+=map_1_16.swc -static-link-runtime-shared-libraries=true googlemaps.as
-----------------------------------------------------------------------------

Just remeber to update "set PATH=E:\downloads\flex_sdk_4\bin" to the path you extracted flex_sdk_4 to.

VN2009

Professional

Posts: 1,336

Location: Duluth MN

  • Send private message

14

Wednesday, January 12th 2011, 3:38pm

using Klaus method to modify the source code only lets you change the 2 markers that are present, you will not be able to add new markers unless you know alot about actionscript. If you want to add new markers the spacery team has a modified source code that will allow use on nu erous different markers they do charge for the plugin though.

15

Wednesday, January 12th 2011, 3:44pm

Yes you have to modify all the code source to get multi-marker

you can see here

Similar threads