Code Monkey home page Code Monkey logo

Comments (2)

MysticJay avatar MysticJay commented on June 1, 2024

IMHO there is no need to (constantly) show the Map attribution in IITC.
IITC is run completely offline and not a webpage.
It would be different if we would include a MAP on IITC.APP

But to honor the work of the MAP owners we should add the attribution info to the toolbox in an own menu item or add it to "about IITC". This will save us some space on the screen.

e.g. OSM requires the attribution for publishing any work based on the data (which IITC is not doing), but even allows to move that information to an "about" dialog.
(https://wiki.openstreetmap.org/wiki/Open_Data_License/Use_Cases#Using_OSM_data_in_a_computer_game_together_with_other_data_sources)
(https://wiki.openstreetmap.org/wiki/Open_Data_License/Use_Cases#Snapshots_of_mobile_device_applications)

from ingress-intel-total-conversion.

le-jeu avatar le-jeu commented on June 1, 2024

Additionnal remark: map attribution (and any bottom right control) moves on sidebar collapse/expand

'.leaflet-right { margin-right: '+(SIDEBAR_WIDTH+1)+'px } ',

$('.leaflet-right').css('margin-right','0');
toggle.html('<span class="toggle open"></span>');
toggle.css('right', '0');
} else {
sidebar.show();
window.resetScrollOnNewPortal();
$('.leaflet-right').css('margin-right', SIDEBAR_WIDTH+1+'px');

#updatestatus could have fix height and .leaflet-bottom.leaflet-right either a margin-bottom or bottom set to this height.

from ingress-intel-total-conversion.

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.