mirror of
https://github.com/Leaflet/Leaflet.git
synced 2025-07-25 15:38:54 +00:00
Correct heading level in GeoJSON example (#8230)
This commit is contained in:
@ -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>
|
||||
|
||||
|
Reference in New Issue
Block a user