Is there any way to show a kml Layer only on Google Earth view layer? I am using Google API V3 This is the link of what I have: http://www.virtualbc.ca/knoxmountain/index2.php Being on Google Earth View, if I select the Satellite View, I want to r...
I'm currently successfully displaying multiple layers using OpenLayers (Vector and WMS). My application allow the user to modify some parameters, which will : * modify bound * modify map center * modify the WMS image I use Ajax to avoid page relo...
I am developing a web portal with maps that consist of multiple layers, such as cities, rivers, names of various geographical areas and similar. But I have a dilemma regarding how to approach the development of the web portal. I will try to explain t...
I have a layered div component which displays a successive series of large kb images by slide-animating away the top image to reveal the next image below. I'm trying to understand how best to approach this. Approach 1: layer a number of divs o...
I am trying to create a new div layer using JavaScript that can be absolutely positioned on the page after page load. My code is as follows: <html><head> <script type="text/javascript"> function showLayer() { var myLayer...
I have multiple SVG elements that are in separate groups. They overlap each other. Example: <svg id="board" width="100%" height="80%"> <g id="terrain" class="layer"> <path d="M-32,-3...
I can't figure out grouping external data with leaflet. I have a CSV with my markers and put the markers with omnivore on my map. How can I group the markers? For example: I have 4 markers and they have a "type" specified in the csv. Le...
I am trying to add new features to a vector layer. I do it with this code: layer.getSource().addFeatures(features); Where layer is an instance of ol.vector.Layer and features is an array of ol.Feature The features are added but they are not visi...
I have a (very large) script running in InDesign that, at one point, places a Library asset onto the page, then moves it to a certain layer. This script runs just fine on all of our computers here, but only when there are no other documents open in...
I am using layer xdk for chat in my website.However i can not find component that shows number of unread message from sender in layer-conversation-list . I have tried with document.body.addEventListener('layer-message-notification', function(...
©2020 All rights reserved.