Giter Club home page Giter Club logo

Comments (8)

FrozenCow avatar FrozenCow commented on August 17, 2024

That's definitely a good idea. I had also had been thinking about text-balloons at the players on the map... Maybe combine the ideas.

from dynmap.

Stribbs avatar Stribbs commented on August 17, 2024

That'd be awesome. I wonder how that'd scale with alot of players on the map. May have to move into muting and/or whisper territory down the track.

from dynmap.

davidallenr avatar davidallenr commented on August 17, 2024

Well I did this with craft irc and a div overlay on my last map. No longer works since I'm no longer using hey0.

Check out my page source code.

Http://map.minecraftonline.net

from dynmap.

CullenShane avatar CullenShane commented on August 17, 2024

This would be mega cool.

from dynmap.

magik avatar magik commented on August 17, 2024

I would love the text baloons if they didn't pan to the textbox every time one is added.... If you can get the text balloons to not auto-pan, then having a seperate chat box would be nice

from dynmap.

magik avatar magik commented on August 17, 2024

nevermind, Incendia on the bukkit.org forums provided a solution:

in map.js near lines 325-327 change:
popup.infoWindow = new google.maps.InfoWindow({
content: htmlMessage
});

to:
popup.infoWindow = new google.maps.InfoWindow({
disableAutoPan: true,
content: htmlMessage
});

from dynmap.

Incendia avatar Incendia commented on August 17, 2024

Hey people are posting my fixes places xD

from dynmap.

FrozenCow avatar FrozenCow commented on August 17, 2024

It's in 0.13.

from dynmap.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.