This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"version": 8, | |
"name": "Basemap", | |
"metadata": { | |
"mapbox:autocomposite": false, | |
"mapbox:type": "template", | |
"openmaptiles:version": "3.x" | |
}, | |
"sources": { | |
"openmaptiles": { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
overview = """ | |
[Overview] | |
In programming, "syntax" refers to the structural rules of a language, defining | |
the correct arrangement of characters and symbols to form valid code, while "se | |
-mantics" describes the meaning of that code, essentially what the code does or | |
is intended to do when executed; meaning syntax dictates the "grammar" of the l | |
-anguage, and semantics explain the "meaning" behind the code. | |
Semantics: Defines the meaning of a code snippet, what operations are performe |