Search results
Showing 244 results for: style editor
/learn/blog/rendering-here-map-using-ruby-on-rails
Developer blog
Rendering HERE Map using Ruby on Rails
… this point, we usually decide whether we need an IDE or use any text editor for coding. I prefer an IDE, hence using Visual Studio Code. Open …
/learn/blog/how-to-control-map-size
Developer blog
How to Control Map Size
… go "full screen" in the context of the browser, use the following to style the div: Copied The above styling instructs the div element to display 100 percent to the width … is clean of gaps and scroll bars by making sure the body element is styled with no padding or margins like so: Copied Of course all the …
/learn/blog/render-here-map-in-ibm-node-red-part-1
Developer blog
Render HERE Map in IBM Node RED - Part 1
… be redirected to a new page. Click on "Go to your Node-RED flow editor" to open Node-RED. The Node-RED editor page will open with a bunch of controls and information. …
/learn/blog/raster-tile-api-v3
Developer blog
Introducing the new Raster Tile API v3
… appearance of the map tile? … The HERE Raster Tile API provides a style parameter that you can use to select the content and appearance of the rendered map tile. To request the list of available styles , use the info endpoint. For more information, see the API … with various styles: Get a map tile in Sydney, Australia, with a style explore.day. Request: Copied …
/learn/blog/aws-map-styles
Developer blog
HERE Maps on Amazon Location Service
… the AWS Cloud. The HERE vector tile service allows for vector tiles style customization while still providing for the needs of lightweight … base map service, Amazon Location Service now has a total of 11 map styles to support a wide range of use cases for interactive maps in … map of the world. The street map builds on top of the HERE Explore style, and highlights track restrictions and attributes (including …
/learn/blog/here-studio-introduces-hexbins-and-geocoding
Developer blog
HERE Studio introduces Hexbins and Geocoding
… a closer look at the DC area. Hexbins can be enabled in the project editor and give you control over both the color range, numeric labels, … not upgraded yet, you'll be prompted to on working with them in the editor. Updating to "Add On" gives you other cool features as well so if …
/learn/blog/ev-fleet
Here360 blog
Debate worth having: should you convert your fleet to electric vehicles?
… for and against electric trucks are, HERE360 spoke to Simon Hastelow, editor of Trucking Magazine . The benefits of e-trucks include lower … emissions, reduced fuel costs and quieter operation. Simon Hastelow Editor, Trucking Magazine … The case for electric trucks … “Truck …
/learn/blog/september-2022-platform-release-notes
Developer blog
September 2022 Platform Release Notes
… for more. The improved Panel Editor lets you visualise your data even quicker than before and adds … See https://grafana.com/docs/grafana/v8.3/panels/panel-editor/ With the new Library Panels, you can create reusable panels so …
/learn/blog/map-image-api-v3
Developer blog
Introducing the new Map Image API v3
… is currently using the older version of the Map Image API. … Map Styles … The following map styles are available in the HERE Map Image API: Changing the map style can be done by setting the style parameter in the request, like …
/learn/blog/solutions-day-0-5-100daysofcode
Developer blog
Solutions Day 0-5: 100DaysOfCode
… task … Day 3/100 … In this task, we will first obtain the default map style from the platform object and then state the map type which is … Lets see the code. Copied The createDefaultLayer() calls the default styles of the map. This includes- What shade of blue should the sea be, … etc. If you want to set custom styles, you can either set the style before loading the map, or after loading the map. You can read …