Giter VIP home page Giter VIP logo

Comments (2)

xstable avatar xstable commented on May 30, 2024

Found it in src/components/googlemaps.js:

let mapkey = ''
if (process.env.NETLIFY_MAP_KEY) {
  mapkey = process.env.NETLIFY_MAP_KEY
}

So you have to set it via ENV-Variable on Netlify.

@thrivedevteam BTW. no clean solution to implement. For example if you use Gitlab, there isn't an NETLIFY_MAP_KEY Enviroment-Variable.
I even would prefer to put an input-field in Global Settings for this... AND
...use https://leafletjs.com/ (see here) instead of google-maps.
Because leafletjs is totally free to use, while with Goggle-maps you can run in surprising charges, if you use more then the monthly free tier ($200) of google!

from yellowcake.

Frithir avatar Frithir commented on May 30, 2024

This is a feature within Netlify environment variables.
These are accessible during your build. This allows you to change behaviors based on deploy parameters or to include information you don't want to save in your repository, such as API keys.
https://docs.netlify.com/configure-builds/environment-variables/

https://leafletjs.com/ looks good make a pull request @xstable and we will review it :)

from yellowcake.

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.