scaddenp

Results 14 issues of scaddenp

using default express generator project, I add const proxyPath = url.parse('http://localhost:8080/mapservice').path; app.use('/mapservice', proxy('http://localhost:8080/mapservice', { proxyReqPathResolver(req) { const reqPath = url.parse(req.url).path; return [proxyPath, reqPath].join('/'); } })); to app.js I change index.html...

I have an application using Leafletjs for mapping and I am struggling with how to test interactions with the map. Eg a mouse hovering over a particular map position should...

question
documentation

The KdTree implementation here - https://github.com/Voidious/Diamond/blob/master/ags/utils/dataStructures/trees/thirdGenKD/KdTree.java has a NearestNeighbour search. How hard would that be to port into JTS? I tried NN with STRtree but performance was terrible compared to...

jts-core
type-proposal

I got it to create GeoJson, but getting a message ogr2ogr took longer than 15000 to complete. events.js:160 throw er; // Unhandled 'error' event ^ Error: ogr2ogr took longer than...

(node:13548) DeprecationWarning: process.EventEmitter is deprecated. Use require ('events') instead. info: Number of features for service: 1 info: Getting chunks of 100 features... info: query -> 0 out of 1 C:\AGStoShapefile-master\AGStoSHP.js:71...

Ok, so my map is getting crowded with controls, but limited screen height is starting to bite. One way to fix would be a two column buttonbar.

This simple addition added select and unselect method to buttons which add or remove a '.selected' class to the button. This is useful when controls activate a new mode (eg...

If I am using GoogleMutant to provide googlemaps background, then printing fails, Get: "Error while reading CSS rules from http://fonts.googleapis.com/css?family=Roboto:300,400,500,700 SecurityError: Failed to read the 'cssRules' property from 'CSSStyleSheet': Cannot...

There are a lot of things to like about the single tile option, but how hard would it be for a single tile option to actually split it into two...

### Description The docs state: "Your map service must be published using the [Web Mercator Auxiliary Sphere tiling scheme (WKID 102100/3857)](https://epsg.io/3857) and the default scale options used by Google Maps,...

Documentation