Giter Site home page Giter Site logo

versatiles-org.github.io's Introduction

Versatiles.org Website

Repository for building the website for versatiles.org.

Installation

Clone the repository and install the dependencies:

git clone "https://github.com/versatiles-org/versatiles-org.github.io.git
cd versatiles-org.github.io
npm install

Development Scripts

This repository comes with npm scripts for building, previewing and developing the site:

  • npm run build: Builds the site and outputs it to the /dist/ directory for production use.
  • npm run watch: Monitors the source files for changes and automatically rebuilds the site.
  • npm run preview: Serves the built site locally for preview purposes.
  • npm run dev: Combines watching files and serving the site locally, automatically updating the site on file changes - basically a "developer mode".

versatiles-org.github.io's People

Contributors

michaelkreil avatar fil avatar amandasaurus avatar

Stargazers

Ali Firoozi avatar François BAPTISTE avatar

Watchers

 avatar Kristjan ESPERANTO avatar

versatiles-org.github.io's Issues

Style `colorful.json` is missing attribution information

The style JSON found at https://tile.versatiles.org/styles/colorful.json does not include attribution information.

The following code will shoe NO attribution information:

new maplibregl.Map({
  container: 'map',
  style: 'https://tiles.versatiles.org/styles/colorful.json'
})

Screenshot:

image

Possible workaround: You can use the styles JSON used on the versatiles.org website:

new maplibregl.Map({
  container: 'map',
  style: 'https://versatiles.org/assets/colorful.json'
})

With this code, the attribution is showing up. on the lower right:

image

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.