Skip to content

fullstack-lang/gongleaflet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gongleaflet

gongleaflet is a gong stack for a displaying object on a cartographic background.

It uses the angular component ngx-leaflet which is based on html/javascript leaflet component.

instalation

cd ng; npm install; ng build go run main.go firefox localhost:8080

what you should see

gongleaflet_example

Import this stack

add to dev dependencies of your package.json

        "backbone": "^1.4.0",
        "jointjs": "^3.2.0",
        "jquery": "^3.5.1",
        "lodash": "^4.17.20",
        "@types/backbone": "^1.4.5",
        "@types/jointjs": "^2.0.0",
        "@types/jquery": "^3.5.3",
        "@types/lodash": "^4.14.162"

and add the following path in your tsconfig.json

      "jointjs": [
        "./node_modules/jointjs"
      ],
      "@types/jointjs": [
        "./node_modules/@types/jointjs"
      ],

About

A gong stack (backend in go and frontend in angular) that integrates the leaflet carto component

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages