/radar

ra-dar.com.ar

Primary LanguageJavaScriptMIT LicenseMIT

RADAR

RADAR es un proyecto periodístico colaborativo impulsado por el Equipo de Investigación Política (EdIPo) de la Revista Crisis con apoyo del Centro de Estudios Legales y Sociales (CELS) con el objetivo de fortalecer la democracia y la defensa de los derechos humanos. Presentamos un mapeo colaborativo de hechos de violencia política protagonizados por derechas radicalizadas con el fin de contribuir al diagnóstico colectivo y la elaboración de estrategias de autocuidado.

Llamamos derechas radicalizadas a aquellos sectores de la ultraderecha que apelan directa o indirectamente a la violencia como método de acción política. No se trata de un calificativo orientado al contenido de sus ideas, sino a las agresiones y ataques desplegados con intención de silenciar, amedrentar, disciplinar o aniquilar reivindicaciones de derechos individuales y/o colectivos, instaurar miedo e influir en la discusión pública.

si querés comunicarte con nosotrxs podés escribirnos a

radar.edipo@gmail.com

Get started with React JS and MapLibre GL JS

License: MIT

Quick way to start a web map application with MapLibre GL JS using Create React App.

A simple fullscreen map application as an example on how to use MapTiler maps together with React and MapLibre GL JS for your own React app.

  1. Clone this repo
  git clone https://github.com/maptiler/get-started-react-maplibre-gl-js.git my-react-map
  1. Navigate to the newly created project folder my-react-map
  cd my-react-map
  1. Install dependencies
  npm install
  1. ⚠️ Open the App.js file and replace YOUR_MAPTILER_API_KEY_HERE with your actual MapTiler API key.

ℹ️ If you don't have an API KEY you can create it for FREE at https://www.maptiler.com/cloud/

  1. Start your local environment
  npm start
  1. You will find your app on address http://localhost:3000/. Now you should see the map in your browser.

Build With

This project was bootstrapped with Create React App.

Learn More

You can learn more at How to display MapLibre GL JS map using React JS.

License

Distributed under the MIT License. See LICENSE for more information.

(back to top)