Git Product home page Git Product logo

map-services-enhanced's Introduction

πŸ‘‹ Hello

I'm Ken Doman (he, him), developer with a geospatial twist. I've forgotten more tricks to make websites work in IE6 than you will ever know. By day, I'm a software developer who adapts geospatial data into formats people can consume (websites, web maps, pdf reports, spreadsheets, etc). I typically work with Web (HTML, CSS, JavaScript), Python, C#, Powershell, and Node.js, but I'm happy to learn anything.

πŸ‘ Values

  • Be willing to help someone in need
  • Leave a place better than you found it
  • Write things down if you want to remember them
  • Treat all people better than you want to be treated
  • Exhibit love, joy, peace, forbearance, kindness, goodness, faithfulness, gentleness, and self-control.

πŸ“« Get in touch

πŸ”§ Active Projects

map-services-enhanced's People

Contributors

raykendo avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

map-services-enhanced's Issues

Helper for FindTask

FindTask needs some love, too. Needs the following:

  • Layer names/ids in select
  • Field names in select.
  • Values when selecting field

Question: Do the field names need to update as the layer changes, or should we dump all field names from every layer in the mix? Probably go with changing field names as layers are selected.

Identify Task Helper

An Identify Task helper for the application. Needs the following:

  • Point Selector using map viewer and map spatial reference.
  • Autofill spatial reference
  • Autofill for valid layerIds
  • Autofill map extent
  • Autofill tolerance from Options
  • Inject Select for Layer Options

Map Viewer

Add a map viewer that lets you over or click a button to see the map in a panel.

Error getting count on shape field for layers with shapefiles as data source

When viewing a map service with layers that use shapefiles as their source, the extension adds an error on the page as follows:

Error:
   Code: -2147220985
   Message: Failed to execute query.
   Details: []

The error occurs when testing the shape field (esriFieldTypeGeometry) of a layer. Other fields do not show the same error.

Query sent to the server: where=not SHAPE is null

[Feature Request] - URL Shortener

Query Builder didn't show up

Hello,

I was very interested in the tool to use the interactive query builder, but it did not show up on the page. This error shows up in the console:

image

Spatial Reference Dropdown injection from Options

In query, find, identify, etc. where spatial reference fields are requested, add a dropdown + a hidden blank where user can select common spatial references.

  • Must include current map spatial reference.
  • Include Lat/Lng ESPG 4326
  • Include Web Mercator Auxiliary Sphere ESPG 3857
  • Include spatial references added from options.

Service Metadata fails when extents with NaN value appear

ESRI Netherlands reported that Metadata display failed at a specific service. Upon inspection of the map service JSON, we discovered the extents had NaN values. JSON.parse choked on the NaN values, since there were no quotes around the text.
{ "xmin":NaN, "xmax":NaN, "ymin":NaN, "ymax":NaN, "spatialReference": {"wkid": 1234} }

Geometry JSON helper

Looking to add an easy to use Geometry JSON entry tool. Should be able to do the following:

  • Select a shape type (point, line, polygon, extent, etc)
  • Enter point data (x, y, z?, m?)
  • Select Spatial reference from dropdown.
  • Click a button to enter the data into a blank.

Automatically submit form when you click "select all"

I often click select all and then have to scroll down and press "query (GET)". to reduce button clicks for this common workflow, i'd prefer either of the follwowing:

  1. Have the chrome plugin auto-fill where:1=1 and outFields:* when you get to the page by default (if there are not any pre-filled values from a previous search). Then i only have to click one button on the page ("Query GET")
  2. When I click Select All button, fill the form and automatically submit the form for me.

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.