Correct heading level in GeoJSON example (#8230)

This commit is contained in:
Robert Linder
2022-05-11 11:20:34 +02:00
committed by GitHub
parent d6a2465dd6
commit 7a2719d49e

View File

@ -3,7 +3,7 @@ layout: tutorial_v2
title: Using GeoJSON with Leaflet
---
<h3>Using GeoJSON with Leaflet</h3>
<h2>Using GeoJSON with Leaflet</h2>
<p>GeoJSON is a very popular data format among many GIS technologies and services — it's simple, lightweight, straightforward, and Leaflet is quite good at handling it. In this example, you'll learn how to create and interact with map vectors created from <a href="https://tools.ietf.org/html/rfc7946">GeoJSON</a> objects.</p>