Categorygithub.com/fullstack-lang/gongleaflet
modulepackage
0.0.0-20240807014722-05f467ab976d
Repository: https://github.com/fullstack-lang/gongleaflet.git
Documentation: pkg.go.dev

# README

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"
      ],

# Packages

Package gongleaflet gongleaflet backend API gongleaflet exposes types of a package.
No description provided by the author

# Variables

NgDistNg is the export of angular distribution.