Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Mukkamalla committed Jun 7, 2023
1 parent f140fa3 commit c83e96e
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 7 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Smart Map Settings Widget Plugin [<img width="35" src="https://user-images.githubusercontent.com/32765455/211497905-561e9197-18b9-43d5-a023-071d3635f4eb.png"/>](https://github.com/SoftwareAG/cumulocity-smart-map-settings-widget-plugin/releases/download/1.0.1/sag-ps-pkg-smartmap-settings-1.0.1.zip)
# Smart Map Settings Widget Plugin [<img width="35" src="https://user-images.githubusercontent.com/32765455/211497905-561e9197-18b9-43d5-a023-071d3635f4eb.png"/>](https://github.com/SoftwareAG/cumulocity-smart-map-settings-widget-plugin/releases/download/1.0.2/sag-ps-pkg-smartmap-settings-1.0.2.zip)

This widget 'Smart map settings' is micro frontend plugin and can be deployed in App Builder and Cockpit as a Cumulocity widget. It allows you to mark and create a Geography on specified location. After the Geography is created, it allows to create floors, Geofences and device positioning. This widget is used as configuration for Smart Map widget

Expand All @@ -9,7 +9,7 @@ This widget 'Smart map settings' is micro frontend plugin and can be deployed in
| 2.x.x(coming soon) | >= 1016.x.x| 1.x.x |


![](https://user-images.githubusercontent.com/32765455/94546270-465a2080-026b-11eb-87f0-f99b739931c0.png)
![Smartmap-Settings](images/Smartmap-settings.PNG)

## What's new?
* **Smart Map Settings:** Smart Map Settings widget based on Angular 14.
Expand All @@ -36,7 +36,7 @@ This widget 'Smart map settings' is micro frontend plugin and can be deployed in

### Runtime Widget Deployment?

* This widget support runtime deployment. Download [Runtime Binary](https://github.com/SoftwareAG/cumulocity-smart-map-settings-widget-plugin/releases/download/1.0.1/sag-ps-pkg-smartmap-settings-1.0.1.zip) and install via Administrations --> Ecosystems --> Applications --> Packages
* This widget support runtime deployment. Download [Runtime Binary](https://github.com/SoftwareAG/cumulocity-smart-map-settings-widget-plugin/releases/download/1.0.2/sag-ps-pkg-smartmap-settings-1.0.2.zip) and install via Administrations --> Ecosystems --> Applications --> Packages


## QuickStart
Expand Down
Binary file added images/Smartmap-settings.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 9 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cumulocity-smart-map-settings-widget-plugin",
"version": "1.0.1",
"version": "1.0.2",
"description": "The Smart Map Setting widget help user to setup geography, indoor floor plan, svg images, GeoJSOn, Geofences for single/multiple floors. This will be used by Smart Map",
"author": "Darpankumar Lalani - Software AG, Global Presales",
"license": "Apache 2.0",
Expand Down Expand Up @@ -91,6 +91,14 @@
{
"from": "./node_modules/leaflet-draw/dist/images",
"to": "./images/"
},
{
"from": "images/Smartmap-settings.PNG",
"to": "images/Smartmap-settings.PNG"
},
{
"from": "LICENSE",
"to": "LICENSE.txt"
}
]
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,15 @@
}

.leaflet-draw-toolbar a {
background-image: url('./../sag-ps-pkg-smartmap-settings@1.0.1/images/spritesheet.png') !important;
background-image: linear-gradient(transparent, transparent), url('./../sag-ps-pkg-smartmap-settings@1.0.1/images/spritesheet.svg') !important;
background-image: url('./../sag-ps-pkg-smartmap-settings@1.0.2/images/spritesheet.png') !important;
background-image: linear-gradient(transparent, transparent), url('./../sag-ps-pkg-smartmap-settings@1.0.2/images/spritesheet.svg') !important;
background-repeat: no-repeat;
background-size: 300px 30px;
background-clip: padding-box;
}

.leaflet-retina .leaflet-draw-toolbar a {
background-image: url('./../sag-ps-pkg-smartmap-settings@1.0.1/images/spritesheet-2x.png') !important;
background-image: url('./../sag-ps-pkg-smartmap-settings@1.0.2/images/spritesheet-2x.png') !important;
background-image: linear-gradient(transparent, transparent), url('images/spritesheet.svg');
}

Expand Down

0 comments on commit c83e96e

Please sign in to comment.