Custom map

New home Forums Pro Add-on Custom map

Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #2276
    briareoz
    Participant

    Hello, I’m testing the version of ‘free’ to evaluate whether to purchase the ‘pro’.

    Should I customize a map and do not really know javascript.
    However, I saw that the ‘Basic Map Types’:

    MapTypeId.ROADMAP displays the default road map view
    MapTypeId.SATELLITE displays Google Earth satellite images
    MapTypeId.HYBRID displays a mixture of normal and satellite views
    MapTypeId.TERRAIN displays a physical map based on terrain information

    I’ve edited the files needed to activate the new custom map, which I have developed and tested the code in api-google-map-v3.

    I have two solutions:
    #1
    I added:
    } Else if (mapType == "sky". ToUpperCase ()) {
    mapType = MYMAPCODE;

    and instead of MYMAPCODE I do not know how to enter my code.

    #2
    Modifying the Map Type Registry
    I think it is more complex as a solution.

    thanks, bye

    #2277
    briareoz
    Participant

    This is the code in v3 of my map:
    http://pastebin.com/aMZQ9spM

    #2294
    Nick Duncan
    Keymaster

    Hi
    What is it you are actually trying to achieve? Are you trying to change my plugin so that it can be compatible with Google Sky?

    Kind regards
    Nick

    #2299
    briareoz
    Participant

    yes, ty 🙂

    #2378
    briareoz
    Participant

    Can you do?

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Custom map’ is closed to new replies.