awslabs / aws-icons-for-plantuml

PlantUML sprites, macros, and other includes for Amazon Web Services services and resources
Other
887 stars 149 forks source link

Please add AwS Location Service puml/image #53

Closed bogdartysh closed 1 year ago

bogdartysh commented 1 year ago

Please add AWS Location Service signs

See https://aws.amazon.com/location/

hakanson commented 1 year ago

When you mention "signs", is that different that the GeoFence, Map, Place, Routes, or Track found on https://github.com/awslabs/aws-icons-for-plantuml/blob/main/AWSSymbols.md ?

bogdartysh commented 1 year ago

image

hakanson commented 1 year ago

Here's a screenshot of that AWSSymbols.md section on Location Service. Are these what you are looking for?

Screen Shot 2023-01-27 at 3 29 40 PM

hakanson commented 1 year ago

Let us know if this didn't answer your question

bogdartysh commented 1 year ago

I see, thank you

what I miss is : that I use it for backend (geocoding API) And words "Frontent Mobile" are misleading.

If it was possible to hide "Frontent Mobile" words it would be helpfull indeed.

gadams999 commented 1 year ago

Hi @bogdartysh,

We map the icons to the category the belong to, in this case the Amazon Location Services icons are part of the FrontEndWebMobile (Front-end Web/Mobile) category.

Once the FrontEndWebMobile/all.puml file is included, you can then refer to the icons by their respective names such as:

' Define the main location (URL or local file path)
!define AWSPuml https://raw.githubusercontent.com/awslabs/aws-icons-for-plantuml/v15.0/dist
' Include "FrontEndWebMobile" files
!include AWSPuml/FrontEndWebMobile/all.puml

' Now the icons can be used in diagrams
LocationServiceGeofence(geofenceLocation, "Label", "Technology", "Optional Description")

Hope this helps with using the different categories.