Posts Tagged Under: web-mapping

Leaflet R package

Create a leaflet map using R

Hey!

Today I would like to introduce you to the leaflet package for R. This package makes it easy to integrate and control Leaflet maps in R. In other words: You can create beautiful Leaflet maps with your data from inside R, without any knowledge of JavaScript, HTML, CSS, etc… Sounds

Read More

Mapping African Conflicts using Leaflet

Hey there,

today I decided to do a little more advanced Leaflet turorial:

We will be using open source data in csv-format to generate a geojson file with R and finally create a web map using Leaflet.

If you dont want to use R, simply skip the first part and jump right into

Read More

Minimalistic Leaflet

Minimalist Leaflet

Hey folks!

Today I am going to show you a tutorial for a minimalist and stylish Leaflet map. I call it minimalist because:

  • zooming, panning, dragging is disabled
  • I don’t use any basemap,
  • no tilelayer, just a simple white background

Sounds boring? I don’t think so, but have a look yourself! I will first talk

Read More