Questions tagged [guide4you]

GUIDE4YOU is a JavaScript Web client application built on OpenLayers that supports both desktop and mobile web browsers and features a responsive design.

7 questions
1
vote
1 answer

Less loader image url

I'm having trouble adding an image url to a variable in my LESS file. I am using a project called Guide4You where I would like to add a new LESS file with my own images. This project uses node with webpack. For my project I use this folder…
0
votes
2 answers

GUIDE4YOU - layermenu extend with show/hide text features

Is there a way to extend the layermenu? For featurelayers users should be able to click on a image or button to show/hide the text of the features of that specific layer. Showing or hiding the text of a feature is handled by the stylefunction on…
Sam
  • 23
  • 4
0
votes
2 answers

GUIDE4YOU/OL3 - how to read custom attributes of a layer

How can I read custom attributes of a layer? For example I've added a layer with custom attribute test and value sam. Console log map layers createG4U('#g4u-map', 'conf/client.commented.json', 'conf/layers.commented.json').then(function (map) { …
Sam
  • 23
  • 4
0
votes
2 answers

GUIDE4YOU - How to add a layer and make is visible in the layermenu

I need to add an extra layer dynamically. The layer need to be visible at the layermenu also. How do I approach this? The be more specific I do have an example: Problem #1: layer isn't displayed on the map. What do I wrong? There are no javascript…
Sam
  • 23
  • 4
0
votes
1 answer

GUIDE4YOU - how to add a dynamic layer?

The guys from guide4you did a great job making this lib opensource!! I've succeeded in having a working demo guide4you sample. How adjustable is the lib? For instance how can I add layers with GeoJSON instead of KML. Can the layers be added…
Sam
  • 23
  • 4
-2
votes
1 answer

Box Selection supported in Guide4You?

Is box selection supported in Guide4You? If so, how to add that control? Official Openlayers example: https://openlayers.org/en/latest/examples/box-selection.html?q=select Thanks in advance! Kind regards Sam
Sam
  • 23
  • 4
-2
votes
1 answer

GUIDE4YOU - how to add an ArcGIS REST Feature Service layer

I was wondering if Guide4You supports adding an ArcGIS REST Feature Service layer? For example the official Openlayers example: https://openlayers.org/en/latest/examples/vector-esri.html I hope someone can help me out! Kind regards, Sam
Sam
  • 23
  • 4