Git Product home page Git Product logo

c-through's People

Contributors

dadeerh avatar lisastaehli avatar sreinhard avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

c-through's Issues

Lower slider starts off-screen?

Its late, so forgive me if this is a basic one, but when I open either your demo site or a fork on my own web server, the lower right controls appear outside of the initial viewport and not aligned to the bottom of the scene. Is this an easy fix? Would like to show this at an upcoming 3D conference.

11

Recommended Number of Features

Looking for some best practise in how many buildings we could realistically serve up to a browser with this template and it still perform ok. Notice in your screenshot you have a fairly large scene, but the demo is just a few buildings.

Migrating to ArcGIS API for JavaScript 4.7

Aside from modifying the versioning of javascript library, CSS, etc... url's from 4.3 --> 4.7

The "then()" just needs to be modified to "when()" in order for the app to run upon migration.
So just modify line 70 from:

// wait until view is loaded
this.view.then(function () {

to:

// wait until view is loaded
this.view.when(function () {

App will migrate seamlessly from version 2.3 to 2.7 and can now support edge rendering, measurements and other new functionality 2.7 provides.

How to fork and try the sample?

Hello, I would like to try this repo, the instructions say:
1. Fork and then clone the repo.
2. Run and try the sample.

I tried setup it on: apache, node, and arcgis web appbuilder (developer edition). However, none of they work for me.
In apache (httpd) an error occurs when index.html require the file app/welcome.js

<script>
  require(["c-through/welcome",  "dojo/domReady!"],function(Welcome){
    var welcome = new Welcome();
    welcome.init();    
  });
</script>

Help me please @lisastaehli.

SceneLayer queries are not available without companion feature layer

If I create a scene package from Pro and upload to an ArcGIS Online account, tweak the settings in your app, the side panel fails to load with the following reported in the browser console:

"SceneLayer queries are not available without companion feature layer"

I assume there is not an easy workaround to getting this to work via ArcGIS Online using scene packages?

I also tried publishing a multipatch scene to ArcGIS Enterprise, but ran into problems (post on GeoNet)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.