Coder Social home page Coder Social logo

map-effects-100's People

Contributors

gitter-badger avatar tkamiya0625 avatar tsamaya avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

map-effects-100's Issues

Mixed HTTP and HTTPS cases

Test for @tsamaya 's PR #8 to allows https.

If only warning, we can marge it and will fix other issues by next patch.

  • D3, Turf, OSM

    @tsamaya have done them already.

  • CartoDB Basemap

    I think that it is ignored at this time.
    Esri is better. But it should not update and add plugin for just a basemap.
    Stamen is also invalid? https://c.tile.stamen.com/toner/11/328/790.png

    cartodb-basemaps-{s}.global.ssl.fastly.net can be accessed via https.

  • Open Data Portal of Esri Japan

    Yes, I agree. The geojson will be embedded into map-effects-100/data/.

  • Font Awesome

    I think that it is ignored at this time.
    A known issue -> softlayer/sl-ember-components#1034

  • Video from mazwai

    http://mazwai.com/
    HTTPS is not supported.
    We should take a large file into other storage services. S3?

IOS Safari transition not working

The below css is not working on iOS Safari.

-webkit-transition: r 4s;

However D3.transition() is working.
We try to replace every example to use transition into D3 solution.

d3.select('circle#' + properties['code'])
                        .transition()
                        .delay(0)
                        .duration(4000)
                        .attr('r', properties['mag']*2.5)

Targeted examples

Missing a comma

assets/style.css and Map Effect No.11-14

  • between "Meiryo" and Helvetica
html, body, #map {
  height: 600px;
  font-family: "Avenir LT W01 35 Light", "Century Gothic", "Meiryo" Helvetica, Arial, sans-serif;
}

HTTPS support

Leaflet library on cdn.leafletjs.com is not supported HTTPS.
Every example standardized by cdnjs.cloudflare.com to support it.

Old

<script src="//cdn.leafletjs.com/leaflet/v0.7.7/leaflet.js"></script>

New

<script src="//cdnjs.cloudflare.com/ajax/libs/leaflet/0.7.7/leaflet.js"></script>

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.