User Tools

Site Tools


thinkgeo_stylejson

This is an old revision of the document!


ThinkGeo StyleJSON Schema

The ThinkGeo StyleJSON Schema illustrated “GettingStarted” Guide will guide you through the process of studying what is ThinkGeo StylJSON Schema, and how to use it in your desktop, web, or mobile mapping applications.

StyleJSON is a describable cartographic styling language in the JSON format, which is similar to working with a Cascading Style Sheet for styling webpages. It defines the visual appearance of a map - what data should be drawn, the drawing sequence, and how to style the data when drawing it. Taking advantage of StyleJSON will allow you to add a great-looking map to your project in minutes, a browser, a phone, a tablet, or even a watch.

Install World Streets Styles

Below are professionally-designed map themes for your application or project, which can be downloaded and use it in your application for free.

CDN

Load from CDN in your project:

<--Light Style-->
<script src="https://cdn.thinkgeo.com/worldstreets-styles/1.0.0/light.json"></script>
 
<--Dark Style-->
<script src="https://cdn.thinkgeo.com/worldstreets-styles/1.0.0/dark.json"></script>
 
<--Transparent Background Style-->
<script src="https://cdn.thinkgeo.com/worldstreets-styles/1.0.0/transparent-background.json"></script>
 
<--Cobalt Style-->
<script src="https://cdn.thinkgeo.com/worldstreets-styles/1.0.0/cobalt.json"></script>
 
<--Grayscale Style-->
<script src="https://cdn.thinkgeo.com/worldstreets-styles/1.0.0/grayscale.json"></script>
 
<--Muted Blue Style-->
<script src="https://cdn.thinkgeo.com/worldstreets-styles/1.0.0/mutedblue.json"></script>
 
<--Sepia Style-->
<script src="https://cdn.thinkgeo.com/worldstreets-styles/1.0.0/oldancient.json"></script>
 

NPM

  • Install the package:
npm i worldstreets-styles

StyleJSON Schema

History Versions

Version 2.0.0

thinkgeo_stylejson.1579575994.txt.gz · Last modified: 2020/01/21 03:06 by johnnyz