Esri GitHub landing page

Overview

esri.github.io

Landing page for Esri open source projects.

Both the project categories and search suggestions in http://esri.github.io are powered by GitHub topics.

web-development data-management spatial-analysis publishing-sharing native-development

You can find a complete list of searchable topics in search-topics.yml. When a topic is added to an Esri repository, it will be reflected in search immediately.

Development

The website is generated using the open source static site generator acetate and styled with the help of calcite-web.

  1. Fork and clone the project
  2. Install the package.json dependencies by running npm install
  3. Run npm start. This will generate built pages in memory, launch the site on http://localhost:8000 and watch the raw source for changes.
  4. To create a build that will be saved to disk, use grunt build

Architecture

Information for the case studies and featured projects can be found in projects.yml

- title: R Analysis
    description: Develop and share R statistical analysis with ArcGIS.
    url: //r-arcgis.github.io/
    displayLang: R
    searchLang: r
    stars: 109

Template markup for the featured content is located in _macros.html

For example, below we define a loop to generate 24 cards using information from projects.yml

<div class="block-group block-group-4-up tablet-block-group-2-up phone-block-group-1-up">
    {% for project in projectInfo.projects %}
    {% if loop.index > 1 %}
    <div class="card block leader-1">
        <div class="card-content card-bar-{{ projectInfo.color }}">
        <h4>{{ project.title }}</h4>
        <p class="card-last">{{ project.description }}</p>
        <!-- ... -->
        </div>
    </div>
    {% endif %}
    {% endfor %}
    </div>

<html> scaffolding can be found in src/index.html

Contributing

Anyone and everyone is welcome to contribute. Please see our guidelines for contributing.

Code of conduct

All contributors and participants in this repository are expected to abide by our code of conduct.

License

Copyright © 2013-2020 Esri

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

A copy of the license is available in the repository's LICENSE file.

Comments
  • site facelift/revamp/update ideas

    site facelift/revamp/update ideas

    a little :bird: told me our friendly neighborhood DC R&D has some good ideas for a facelift :japanese_goblin: for the esri github landing page.

    It's time to improve the landing experience to really speak legitimately what we have and how it can be used. Devs new to ArcGIS - what is the scope and capability of different projects. What's useful without any license vs what is really an extension as a customer. How do I get started.

    care to elaborate @ajturner?

    SAP uses a custom DESCRIPTION.MD in repositories to hydrate the cards on their landing page...

    opened by jgravois 11
  • Can't load RuntimeCoreNet.dll

    Can't load RuntimeCoreNet.dll

    Working with .net core 3.1 and wpf/esri mapping solution. Running in vs no issues but after installing application we get the following error:

    Application: Volcano.MappingHost.exe CoreCLR Version: 4.700.19.60701 .NET Core Version: 3.1.1 Description: The process was terminated due to an unhandled exception. Exception Info: Prism.Modularity.ModuleInitializeException: An exception occurred while initializing module 'MappingModule'. - The exception message was: An exception has occurred while trying to add a view to region 'MapContentRegion'. - The most likely causing exception was was: 'System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Windows.Markup.XamlParseException: Set property 'Prism.Mvvm.ViewModelLocator.AutoWireViewModel' threw an exception. ---> System.TypeInitializationException: The type initializer for 'RuntimeCoreNet.GeneratedWrappers.CoreWrapperBase' threw an exception. ---> System.InvalidOperationException: Could not load ArcGIS Runtime (RuntimeCoreNet.dll) or one of its dependencies. Ensure "Microsoft Visual C++ 2015-2019 Redistributable" is installed. ---> System.BadImageFormatException: An attempt was made to load a program with an incorrect format. (0x8007000B) at RuntimeCoreNet.GeneratedWrappers.CoreArcGISRuntimeEnvironment.CoreRT_ArcGISRuntimeEnvironment_setInstallDirectory(Byte[] installPath, IntPtr& outErrorHandle) at RuntimeCoreNet.GeneratedWrappers.CoreArcGISRuntimeEnvironment.SetInstallDirectory(String installPath) at Esri.ArcGISRuntime.ArcGISRuntimeEnvironment.TryInitialize() --- End of inner exception stack trace --- at Esri.ArcGISRuntime.ArcGISRuntimeEnvironment.TryInitialize() at Esri.ArcGISRuntime.ArcGISRuntimeEnvironment.InitNative() at Esri.ArcGISRuntime.ArcGISRuntimeEnvironment.Initialize() at Esri.ArcGISRuntime.ArcGISRuntimeEnvironment.OnBeforeFirstUseOfGeneratedWrapper() at RuntimeCoreNet.GeneratedWrappers.CoreWrapperBase..cctor() --- End of inner exception stack trace --- at RuntimeCoreNet.GeneratedWrappers.CoreWrapperBase..ctor(IntPtr handle) at RuntimeCoreNet.GeneratedWrappers.CoreColor..ctor(IntPtr handle) at RuntimeCoreNet.GeneratedWrappers.CoreRGBColor..ctor(IntPtr handle) at RuntimeCoreNet.GeneratedWrappers.CoreRGBColor..ctor(Byte red, Byte green, Byte blue, Byte alpha) at Esri.ArcGISRuntime.Internal.GraphicUtils.FromColorToCore(Color color) at Esri.ArcGISRuntime.Symbology.SimpleFillSymbol..ctor(SimpleFillSymbolStyle style, Color color, LineSymbol outline) at Volcano.Module.Mapping.MapCore.MapViewController..ctor(IEventAggregator eventAggregator) in D:\Projects\VolcanoMapping\Volcano.Module.Mapping\MapCore\MapViewController.cs:line 21 --- End of inner exception stack trace --- at System.Windows.Markup.XamlReader.RewrapException(Exception e, IXamlLineInfo lineInfo, Uri baseUri) at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri) at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri) at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream) at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator) at Volcano.Module.Mapping.Views.VolcanoMapView.InitializeComponent() at Volcano.Module.Mapping.Views.VolcanoMapView..ctor() in D:\Projects\VolcanoMapping\Volcano.Module.Mapping\Views\VolcanoMapView.xaml.cs:line 9 --- End of inner exception stack trace --- at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor, Boolean wrapExceptions) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at Unity.Processors.ConstructorProcessor.<>c__DisplayClass16_0.b__0(BuilderContext& c) at Unity.Processors.MemberProcessor2.<>c__DisplayClass8_0.<GetResolver>b__0(BuilderContext& c) at Unity.Processors.MemberProcessor2.<>c__DisplayClass8_0.b__0(BuilderContext& c) at Unity.Processors.MemberProcessor2.<>c__DisplayClass8_0.<GetResolver>b__0(BuilderContext& c) at Unity.UnityContainer.<>c__DisplayClass111_0.<OptimizingFactory>b__0(BuilderContext& c) at Unity.Strategies.BuildPlanStrategy.PreBuildUp(BuilderContext& context) at Unity.UnityContainer.<>c.<.ctor>b__73_1(BuilderContext& context) at Unity.UnityContainer.Unity.IUnityContainer.Resolve(Type type, String name, ResolverOverride[] overrides) at Prism.Unity.UnityServiceLocatorAdapter.DoGetInstance(Type serviceType, String key) at CommonServiceLocator.ServiceLocatorImplBase.GetInstance(Type serviceType, String key)'. But also check the InnerExceptions for more detail or call .GetRootException(). - The Assembly that the module was trying to be loaded from was:Volcano.Module.Mapping, Version=1.0.22.0, Culture=neutral, PublicKeyToken=null Check the InnerException property of the exception for more information. If the exception occurred while creating an object in a DI container, you can exception.GetRootException() to help locate the root cause of the problem. ---> Prism.Regions.ViewRegistrationException: An exception has occurred while trying to add a view to region 'MapContentRegion'. - The most likely causing exception was was: 'System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Windows.Markup.XamlParseException: Set property 'Prism.Mvvm.ViewModelLocator.AutoWireViewModel' threw an exception. ---> System.TypeInitializationException: The type initializer for 'RuntimeCoreNet.GeneratedWrappers.CoreWrapperBase' threw an exception. ---> System.InvalidOperationException: Could not load ArcGIS Runtime (RuntimeCoreNet.dll) or one of its dependencies. Ensure "Microsoft Visual C++ 2015-2019 Redistributable" is installed. ---> System.BadImageFormatException: An attempt was made to load a program with an incorrect format. (0x8007000B) at RuntimeCoreNet.GeneratedWrappers.CoreArcGISRuntimeEnvironment.CoreRT_ArcGISRuntimeEnvironment_setInstallDirectory(Byte[] installPath, IntPtr& outErrorHandle) at RuntimeCoreNet.GeneratedWrappers.CoreArcGISRuntimeEnvironment.SetInstallDirectory(String installPath) at Esri.ArcGISRuntime.ArcGISRuntimeEnvironment.TryInitialize() --- End of inner exception stack trace --- at Esri.ArcGISRuntime.ArcGISRuntimeEnvironment.TryInitialize() at Esri.ArcGISRuntime.ArcGISRuntimeEnvironment.InitNative() at Esri.ArcGISRuntime.ArcGISRuntimeEnvironment.Initialize() at Esri.ArcGISRuntime.ArcGISRuntimeEnvironment.OnBeforeFirstUseOfGeneratedWrapper() at RuntimeCoreNet.GeneratedWrappers.CoreWrapperBase..cctor() --- End of inner exception stack trace --- at RuntimeCoreNet.GeneratedWrappers.CoreWrapperBase..ctor(IntPtr handle) at RuntimeCoreNet.GeneratedWrappers.CoreColor..ctor(IntPtr handle) at RuntimeCoreNet.GeneratedWrappers.CoreRGBColor..ctor(IntPtr handle) at RuntimeCoreNet.GeneratedWrappers.CoreRGBColor..ctor(Byte red, Byte green, Byte blue, Byte alpha) at Esri.ArcGISRuntime.Internal.GraphicUtils.FromColorToCore(Color color) at Esri.ArcGISRuntime.Symbology.SimpleFillSymbol..ctor(SimpleFillSymbolStyle style, Color color, LineSymbol outline) at Volcano.Module.Mapping.MapCore.MapViewController..ctor(IEventAggregator eventAggregator) in D:\Projects\VolcanoMapping\Volcano.Module.Mapping\MapCore\MapViewController.cs:line 21 --- End of inner exception stack trace --- at System.Windows.Markup.XamlReader.RewrapException(Exception e, IXamlLineInfo lineInfo, Uri baseUri) at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri) at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri) at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream) at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator) at Volcano.Module.Mapping.Views.VolcanoMapView.InitializeComponent() at Volcano.Module.Mapping.Views.VolcanoMapView..ctor() in D:\Projects\VolcanoMapping\Volcano.Module.Mapping\Views\VolcanoMapView.xaml.cs:line 9 --- End of inner exception stack trace --- at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor, Boolean wrapExceptions) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at Unity.Processors.ConstructorProcessor.<>c__DisplayClass16_0.<GetResolverDelegate>b__0(BuilderContext& c) at Unity.Processors.MemberProcessor2.<>c__DisplayClass8_0.b__0(BuilderContext& c) at Unity.Processors.MemberProcessor2.<>c__DisplayClass8_0.<GetResolver>b__0(BuilderContext& c) at Unity.Processors.MemberProcessor2.<>c__DisplayClass8_0.b__0(BuilderContext& c) at Unity.UnityContainer.<>c__DisplayClass111_0.b__0(BuilderContext& c) at Unity.Strategies.BuildPlanStrategy.PreBuildUp(BuilderContext& context) at Unity.UnityContainer.<>c.<.ctor>b__73_1(BuilderContext& context) at Unity.UnityContainer.Unity.IUnityContainer.Resolve(Type type, String name, ResolverOverride[] overrides) at Prism.Unity.UnityServiceLocatorAdapter.DoGetInstance(Type serviceType, String key) at CommonServiceLocator.ServiceLocatorImplBase.GetInstance(Type serviceType, String key)'. But also check the InnerExceptions for more detail or call .GetRootException(). ---> CommonServiceLocator.ActivationException: Activation error occurred while trying to get instance of type VolcanoMapView, key "" ---> System.Reflection.TargetInvocationException: Exception has been thrown by the target of an invocation. ---> System.Windows.Markup.XamlParseException: Set property 'Prism.Mvvm.ViewModelLocator.AutoWireViewModel' threw an exception. ---> System.TypeInitializationException: The type initializer for 'RuntimeCoreNet.GeneratedWrappers.CoreWrapperBase' threw an exception. ---> System.InvalidOperationException: Could not load ArcGIS Runtime (RuntimeCoreNet.dll) or one of its dependencies. Ensure "Microsoft Visual C++ 2015-2019 Redistributable" is installed. ---> System.BadImageFormatException: An attempt was made to load a program with an incorrect format. (0x8007000B) at RuntimeCoreNet.GeneratedWrappers.CoreArcGISRuntimeEnvironment.CoreRT_ArcGISRuntimeEnvironment_setInstallDirectory(Byte[] installPath, IntPtr& outErrorHandle) at RuntimeCoreNet.GeneratedWrappers.CoreArcGISRuntimeEnvironment.SetInstallDirectory(String installPath) at Esri.ArcGISRuntime.ArcGISRuntimeEnvironment.TryInitialize() --- End of inner exception stack trace --- at Esri.ArcGISRuntime.ArcGISRuntimeEnvironment.TryInitialize() at Esri.ArcGISRuntime.ArcGISRuntimeEnvironment.InitNative() at Esri.ArcGISRuntime.ArcGISRuntimeEnvironment.Initialize() at Esri.ArcGISRuntime.ArcGISRuntimeEnvironment.OnBeforeFirstUseOfGeneratedWrapper() at RuntimeCoreNet.GeneratedWrappers.CoreWrapperBase..cctor() --- End of inner exception stack trace --- at RuntimeCoreNet.GeneratedWrappers.CoreWrapperBase..ctor(IntPtr handle) at RuntimeCoreNet.GeneratedWrappers.CoreColor..ctor(IntPtr handle) at RuntimeCoreNet.GeneratedWrappers.CoreRGBColor..ctor(IntPtr handle) at RuntimeCoreNet.GeneratedWrappers.CoreRGBColor..ctor(Byte red, Byte green, Byte blue, Byte alpha) at Esri.ArcGISRuntime.Internal.GraphicUtils.FromColorToCore(Color color) at Esri.ArcGISRuntime.Symbology.SimpleFillSymbol..ctor(SimpleFillSymbolStyle style, Color color, LineSymbol outline) at Volcano.Module.Mapping.MapCore.MapViewController..ctor(IEventAggregator eventAggregator) in D:\Projects\VolcanoMapping\Volcano.Module.Mapping\MapCore\MapViewController.cs:line 21 --- End of inner exception stack trace --- at System.Windows.Markup.XamlReader.RewrapException(Exception e, IXamlLineInfo lineInfo, Uri baseUri) at System.Windows.Markup.WpfXamlLoader.Load(XamlReader xamlReader, IXamlObjectWriterFactory writerFactory, Boolean skipJournaledProperties, Object rootObject, XamlObjectWriterSettings settings, Uri baseUri) at System.Windows.Markup.WpfXamlLoader.LoadBaml(XamlReader xamlReader, Boolean skipJournaledProperties, Object rootObject, XamlAccessLevel accessLevel, Uri baseUri) at System.Windows.Markup.XamlReader.LoadBaml(Stream stream, ParserContext parserContext, Object parent, Boolean closeStream) at System.Windows.Application.LoadComponent(Object component, Uri resourceLocator) at Volcano.Module.Mapping.Views.VolcanoMapView.InitializeComponent() at Volcano.Module.Mapping.Views.VolcanoMapView..ctor() in D:\Projects\VolcanoMapping\Volcano.Module.Mapping\Views\VolcanoMapView.xaml.cs:line 9 --- End of inner exception stack trace --- at System.RuntimeMethodHandle.InvokeMethod(Object target, Object[] arguments, Signature sig, Boolean constructor, Boolean wrapExceptions) at System.Reflection.RuntimeConstructorInfo.Invoke(BindingFlags invokeAttr, Binder binder, Object[] parameters, CultureInfo culture) at Unity.Processors.ConstructorProcessor.<>c__DisplayClass16_0.b__0(BuilderContext& c) at Unity.Processors.MemberProcessor2.<>c__DisplayClass8_0.<GetResolver>b__0(BuilderContext& c) at Unity.Processors.MemberProcessor2.<>c__DisplayClass8_0.b__0(BuilderContext& c) at Unity.Processors.MemberProcessor2.<>c__DisplayClass8_0.<GetResolver>b__0(BuilderContext& c) at Unity.UnityContainer.<>c__DisplayClass111_0.<OptimizingFactory>b__0(BuilderContext& c) at Unity.Strategies.BuildPlanStrategy.PreBuildUp(BuilderContext& context) at Unity.UnityContainer.<>c.<.ctor>b__73_1(BuilderContext& context) at Unity.UnityContainer.Unity.IUnityContainer.Resolve(Type type, String name, ResolverOverride[] overrides) at Prism.Unity.UnityServiceLocatorAdapter.DoGetInstance(Type serviceType, String key) at CommonServiceLocator.ServiceLocatorImplBase.GetInstance(Type serviceType, String key) --- End of inner exception stack trace --- at CommonServiceLocator.ServiceLocatorImplBase.GetInstance(Type serviceType, String key) at CommonServiceLocator.ServiceLocatorImplBase.GetInstance(Type serviceType) at Prism.Regions.RegionViewRegistry.CreateInstance(Type type) at Prism.Regions.RegionViewRegistry.<>c__DisplayClass8_0.<RegisterViewWithRegion>b__0() at Prism.Regions.Behaviors.AutoPopulateRegionBehavior.OnViewRegistered(Object sender, ViewRegisteredEventArgs e) --- End of inner exception stack trace --- at Prism.Regions.RegionViewRegistry.OnContentRegistered(ViewRegisteredEventArgs e) at Prism.Regions.RegionViewRegistry.RegisterViewWithRegion(String regionName, Func1 getContentDelegate) at Prism.Regions.RegionViewRegistry.RegisterViewWithRegion(String regionName, Type viewType) at Prism.Regions.RegionManager.RegisterViewWithRegion(String regionName, Type viewType) at Volcano.Module.Mapping.MappingModule.OnInitialized(IContainerProvider containerProvider) in D:\Projects\VolcanoMapping\Volcano.Module.Mapping\MappingModule.cs:line 26 at Prism.Modularity.ModuleInitializer.Initialize(IModuleInfo moduleInfo) --- End of inner exception stack trace --- at Prism.Modularity.ModuleInitializer.HandleModuleInitializationError(IModuleInfo moduleInfo, String assemblyName, Exception exception) at Prism.Modularity.ModuleInitializer.Initialize(IModuleInfo moduleInfo) at Prism.Modularity.ModuleManager.LoadModulesThatAreReadyForLoad() at Prism.Modularity.ModuleManager.LoadModulesWhenAvailable() at Prism.Modularity.ModuleManager.Run() at Prism.PrismApplicationBase.InitializeModules() at Prism.PrismApplicationBase.Initialize() at Prism.PrismApplicationBase.InitializeInternal() at Prism.PrismApplicationBase.OnStartup(StartupEventArgs e) at System.Windows.Application.<.ctor>b__1_0(Object unused) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler) at System.Windows.Threading.DispatcherOperation.InvokeImpl() at System.Windows.Threading.DispatcherOperation.InvokeInSecurityContext(Object state) at MS.Internal.CulturePreservingExecutionContext.CallbackWrapper(Object obj) at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) --- End of stack trace from previous location where exception was thrown --- at System.Threading.ExecutionContext.RunInternal(ExecutionContext executionContext, ContextCallback callback, Object state) at System.Threading.ExecutionContext.Run(ExecutionContext executionContext, ContextCallback callback, Object state) at MS.Internal.CulturePreservingExecutionContext.Run(CulturePreservingExecutionContext executionContext, ContextCallback callback, Object state) at System.Windows.Threading.DispatcherOperation.Invoke() at System.Windows.Threading.Dispatcher.ProcessQueue() at System.Windows.Threading.Dispatcher.WndProcHook(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled) at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o) at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs) at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler) at System.Windows.Threading.Dispatcher.LegacyInvokeImpl(DispatcherPriority priority, TimeSpan timeout, Delegate method, Object args, Int32 numArgs) at MS.Win32.HwndSubclass.SubclassWndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam) at MS.Win32.UnsafeNativeMethods.DispatchMessage(MSG& msg) at System.Windows.Threading.Dispatcher.PushFrameImpl(DispatcherFrame frame) at System.Windows.Threading.Dispatcher.PushFrame(DispatcherFrame frame) at System.Windows.Threading.Dispatcher.Run() at System.Windows.Application.RunDispatcher(Object ignore) at System.Windows.Application.RunInternal(Window window) at System.Windows.Application.Run() at Volcano.MappingHost.App.Main() in D:\Projects\VolcanoMapping\Volcano.MappingHost\obj\Release\netcoreapp3.1\win-x64\App.g.cs:line 62

    Verified the existence of RuntimeCoreNet.dll in the install.

    Any ideas as to how to workaround/solve?

    opened by SteveMcKean 9
  • establish procedure to continually curate list of Search Topics

    establish procedure to continually curate list of Search Topics

    I am not sure what the definition is for our search topics. Are they platforms, languages, capabilities, or what? The list isn't making any organizational sense, I was wondering if we had a definition of what should be here.

    For example, we have JavaScript and Web-Development, but we do not have iOS or Android yet we have objective-c and java. I would think developers search for ios or android projects would be searching by those topics, not the programming language. Also no .net or qt or qml. we have native, but I am not sure how that topic is useful, no one is looking for native projects instead they look for projects in a specific platform/technology they can load into their ide and build (such as .net or wpf, android, ios, etc). We have utilities and government but missing a whole bunch of other industries. and capabilities, we list some, but routing and navigation and geoenrichment are missing.

    The runtime projects are going to be tagged by the SDK used in the project, so they would be using topics we currently don't support. I think we should add them.

    @alaframboise @jgravois what do you think?

    opened by jf990 9
  • Upgrading to Arcgis 4.12 throws an error: ERROR TypeError: Cannot read property '1' of undefined

    Upgrading to Arcgis 4.12 throws an error: ERROR TypeError: Cannot read property '1' of undefined

    We use Arcgis for javascript 4.11 and after loading the map on the UI, everything works fine. However, we just upgraded to use version 4.12 and we are getting the following error on page load. Can someone please help us resolve this? Thanks

    core.js:15713 ERROR TypeError: Cannot read property '1' of undefined at a.getData (engine.js:448) at a.getVVSize (engine.js:447) at a.reset (engine.js:468) at a.reset (engine.js:465) at a.run (engine.js:457) at Object.e._applyVisivilityPass (mapViewDeps.js:8) at u (mapViewDeps.js:9) at ZoneDelegate.push../node_modules/zone.js/dist/zone.js.ZoneDelegate.invokeTask (zone.js:423) at Object.onInvokeTask (core.js:17279) at ZoneDelegate.push../node_modules/zone.js/dist/zone.js.ZoneDelegate.invokeTask (zone.js:422)

    opened by dlokman 5
  • add more user case study copy (e.g.

    add more user case study copy (e.g. "Smithsonian" or "U.S. Census Bureau").

    Each promoted topic has a cool looking project (although I'm not sure what the Gibbs Seed Company picture is showing), but I can't click on any of them to find out more.

    Can we add links to each of them an discuss how they're using repos at github.com/esri?

    opened by nixta 5
  • Use the

    Use the "placeholder" attribute on the "input" tag

    There are a few nasty UI conflicts because the greyed out "Search by topic..." placeholder behavior is implemented by controlling the input field's value attribute.

    To reproduce:

    1. Enter some text (e.g. runtime).
    2. Select a topic bubble (e.g. runtime).
    3. Dismiss the topic bubble.
    4. Start typing again.

    2 issues seen. In both the following screenshots, I typed runtime again once the topic bubble had been dismissed.

    1. The text is just appended to the placeholder.

    unknown

    1. The placeholder disappears, but so does the start of the next text you type. Here it got as far as showing Search by topic...ru before the text was cleared, leaving only the ntime of runtime.

    unknown-1

    The input tag used for search should be showing Search by topic... as a placeholder attribute, not the value attribute.

    opened by nixta 5
  • Add new topics to landing page dropdown menu

    Add new topics to landing page dropdown menu

    Hi! Right now there is no way to access imagery-related repos from the http://esri.github.io/ landing page. Will you add "imagery" and "rasters" to the dropdown list of official Esri topics? Thanks!

    opened by ewindahl 4
  • add more links out

    add more links out

    resolves #55

    • got rid of project.text in yaml in favor of a generic 'Learn more' link and made title link to the same location
    • added a catch all Explore all 400+ Esri projects on GitHub link below the featured projects
    • made sure open source marketing link in mission statement color matched the others
    • updated github link in footer so that it doesn't redirect folks to the exact same page
    • fixed a https://developers.esri.com link in the mission statement thats been wrong in production for who knows how long
    opened by jgravois 4
  • GitHub API is assigning the wrong language to some repos.

    GitHub API is assigning the wrong language to some repos.

    We need a way to manually override GitHub's language classification.

    1. Go to https://github.com/Esri
    2. Type "ios" in the search. Soime Objective-C repos are classified as "D".

    We can't trust the GitHub API for this. Our language tags in repos.yaml should override the language tag GitHub assigns.

    bug 
    opened by alaframboise 4
  • remove custom search from mobile entirely?

    remove custom search from mobile entirely?

    in #102 we accidentally introduced a new 'feature'. in mobile emulators (and on real devices) the search box is now hidden entirely (offending line).

    screenshot 2017-04-21 12 46 00

    https://github.com/Esri isn't even displaying our search results, so i vote we just center the button that remains and call it a day.

    opened by jgravois 3
  • D language probably not actually right to include in search options

    D language probably not actually right to include in search options

    There are two repos written in Objective-C that GitHub seems to believe are written in "D".

    https://github.com/Esri/driving-directions-ios and https://github.com/Esri/offline-and-routing-data-collection-ios

    Should see if we can correct this, and remove from the dropdown config.

    opened by nixta 3
Releases(v2.0.1)
coala Landing Page - https://gitlab.com/coala/landing is needed as backend

landing-frontend coala Landing Page - https://gitlab.com/coala/landing is needed as backend Usage To run locally: $ git clone https://github.com/coala

coala development group 31 Oct 30, 2022
A responsive, Bootstrap landing page template created by Start Bootstrap

Start Bootstrap - Landing Page Landing Page is a multipurpose landing page template for Bootstrap created by Start Bootstrap. Preview View Live Previe

Start Bootstrap 1.4k Jan 3, 2023
Minimal landing page for developers

Dev Landing Page Minimal landing page for developers. Developers don't talk much. Their code does all the talking. So here's a minimal landing page fo

Dinesh Pandiyan 1.2k Jan 4, 2023
Increase your landing page conversion rates.

Ouibounce Originally created by Carl Sednaoui from MailCharts. Maintained and improved by generous contributors. Ouibounce: A small library enabling y

Carl Sednaoui 2.3k Dec 9, 2022
Tailwind CSS Starter Template - Landing Page

Tailwind Toolbox - Landing Page Template Landing Page is an open source, generic landing page template for Tailwind CSS created by Tailwind Toolbox. G

Tailwind Toolbox 908 Jan 8, 2023
A web app landing page theme created by Start Bootstrap

Start Bootstrap - New Age New Age is a web app landing page theme for Bootstrap created by Start Bootstrap. Preview View Live Preview Status Download

Start Bootstrap 996 Dec 26, 2022
Landing page starter

?? Fresh Fresh is a free landing page starter built by cssninjaStudio. ✌️ preview Check out the live demo by clicking here. Fresh is built with Bulma

cssninja 486 Dec 23, 2022
Startup Landing Page Components for React.js

neal-react neal-react is a collection of reactjs components to quickly build landing pages. I found that using hosted services like Launchrock doesn't

Denny Britz 1.4k Nov 30, 2022
🖼 A pure client-side landing page template that you can fork, customize and host freely. Relies on Mailchimp and Google Analytics.

landing-page-boilerplate A pure client-side landing page template that you can freely fork, customize, host and link to your own domain name (e.g. usi

Adrien Joly 129 Dec 24, 2022
Serverless Pre-Rendering Landing Page

Serverless Pre-Rendering Demo Read the blog post Checkout the demo Developing By default, the content on the site is based off our public Notion page.

Vercel 389 Dec 21, 2022
🎉 Personal landing page template

Landing Page Personal landing page template. Designed to keep simplicity in mind in both setup and UI. Stack HTML CSS Font Awesome Themes Couple custo

Madza 77 Dec 22, 2022
FREE Bootstrap Landing Page Template for Developers and Startups

Theme Details & Demo Details: https://themes.3rdwavemedia.com/bootstrap-templates/startup/appkit-landing-free-bootstrap-theme-for-developers-and-start

Xiaoying Riley 158 Nov 30, 2022
a Plex landing page that redirects you to various sites.

PlexRedirect a Plex landing page that redirects you to various sites. Blank spaces are where your server name goes. If you don't have a server name yo

null 222 Dec 29, 2022
Projeto responsivo, que simula uma Landing Page de uma site de turismos.

FlexTurismos Projeto responsivo, que simula uma Landing Page de um site de turismos. Tecnologias utilizadas: Site com a tela interia Click aqui para a

Ricardo 1 Jan 29, 2022
Ta-vivo Landing page

Ta-vivo landing page Getting Started Prerequisites Node.js 12+ (versions below could work, but are not tested) Installing Clone the repository Install

Ta-vivo 6 Oct 10, 2022
A Unique Food order landing page web application called 'HOMELY' where you can select available meals and add them to cart then order them.

End Result Click the link : https://foodapp-by-eniola.netlify.com Getting Started with Create React App This project was bootstrapped with Create Reac

Eniola Odunmbaku 26 Dec 31, 2022
:mountain_bicyclist: Landing Pages of Ant Design System

Ant Design Landing Landing Pages of Ant Design System English | 简体中文 What is Landing? Landing is a template built by Ant Motion's motion components. I

Ant Design Team 5.2k Dec 31, 2022
A responsive HTML template for coding projects with a clean, user friendly design. Crafted with the latest web technologies, the template is suitable for landing pages and documentations.

Scribbler - a responsive HTML template for coding projects and documentations Scribbler is a responsive HTML/CSS/Javascript template designed for deve

Amie Chen 394 Jan 1, 2023
AngularJS SPA Template for Visual Studio is a project skeleton for a simple single-page web application (SPA) built with AngularJS, Bootstrap, and ASP.NET (MVC, Web Api, SignalR).

AngularJS SPA Template for Visual Studio This project is a skeleton for a simple single-page web application (SPA) built on top of the: AngularJS 1.2.

Kriasoft 105 Jun 18, 2022