Giter VIP home page Giter VIP logo

bboxfinder.com's People

Contributors

aaronr avatar cybersea avatar hallahan avatar mapsam avatar powersa avatar ranchodeluxe avatar teknofire 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  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  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  avatar  avatar  avatar

bboxfinder.com's Issues

Box SVG is not always on Top

The best test for this bug is when you draw a single box that encompasses all drawn features. The drawn box feature is on top of the bbox feature and it makes it visually confusing

Projection Selection Interaction Issues

  1. Immediately after user clicks in projection box, they should see a dropdown list or some kind of interaction so they know this is an option box

  2. It should also have a tool tip and title="" on element

draw icons not centered

background position off...
Chrome 31.0.1650.63 and Safari 7.0 (9537.71)
Should we just add css overrides, or is there a larger issue here?

bbox_finder

Add output formatting options

If possible, allow users to select how they wish to export bbox coordinates. For example if bbox is used in SQL query, usage format would be something like:

SELECT *
FROM logs
WHERE lat > 47.1152542
AND lat < 48.0326795
AND lng > -122.6954903
AND lng < -121.937685;

Would be interested to hear how other people use bboxes and if steps can be saved through formatting.

Cross-origin problem causes tiles not to load

The console log says:

XMLHttpRequest cannot load http://a.tiles.mapbox.com/v3/reprojected.g9on3k93.json. No 'Access-Control-Allow-Origin' header is present on the requested resource. Origin 'http://bboxfinder.com' is therefore not allowed access. 

hella useful

This is hella useful for me right now. I'm working on a nasty little home rolled tile rendering engine (making pseudo-natural style tilesets). Anyhow, your app is helpful. One thing that I'm always dealing with is figuring out the WGS84 bounds of a given tile.

I need to know Tile coords (z/x/y.png) to WGS84 and back to the corresponding tiles.

Here's a helpful site. When I have time, maybe I'll help out and add this functionality if you guys think this would make sense for your app.

http://www.maptiler.org/google-maps-coordinates-tile-bounds-projection/

Broken buttons!

It looks like all of the buttons on the left side are broken, possibly a CSS issue? Maybe a Leaflet.draw version bump would help.

screen shot 2016-02-09 at 3 29 24 pm

Enter GeoJSON and Get BBOX

create a textrea. add geojson. let me see a bbox. what happens if the projection is wrong? who cares, make it look snappy

Get bounding box of a specific tile

Maybe this is already possible, but it would be really cool to hover on a "tile" and get the bounding box of that tile at a specific zoom level. Right now I basically have to click and draw a box that somewhat mimics the, but it isn't ever perfect. Something like this:

screen shot 2016-02-09 at 3 27 25 pm

Enter bbox without brackets

It would be nice if you could also past the coordinates of a bbox without the brackets. Quite often I have the coordinates from a url request like this.
xMin,yMin,xMax,yMax

OpenStretMap attribution is barely visible by default, not show at all at smaller windows

It is cool to see OpenStreetMap data being used. There is at least attempt to display attribution.

But it is completely hidden on smaller window size (likely also on mobile devices). It is also quite hidden be default while OpenStreetMap license requires it to be clearly visible (see https://www.openstreetmap.org/copyright )

not shown at all (and "click to show" is not a sufficient attribution)
screen18

barely visible
screen17

Page Build Failure on forked repos when pushing to gh-pages

When someone forks this repo and pushes commits into their fork, the get a warning email from Github:


The page build failed with the following error:
CNAME already taken: bboxfinder.com
For information on troubleshooting Jekyll see:
https://help.github.com/articles/using-jekyll-with-pages#troubleshooting


Thankfully this doesn't affect anything with the CNAME rights, but it's an avoidable error. @aaronr suggested this be fixed be reinstating the master branch as the primary branch and hosting on gh-pages separately just on this repository. This removes the awesome tweak that the website is automatically updated on a merge or contributor commit, though.

Allow integer coordinates

The (10,20,20,30) is rejected by the "Enter coordinates" box:

image

The input needs to be modified to (10.0,20.0,20.0,30.0) and then it is accepted fine.

image

Big thanks for the bboxfinder.com !

L.Control.Draw Events Puke on Multipart GeoJSON and WKT

Currently multipart GeoJSON and WKT are not supported because when L.Control.Draw throws draw:created, draw:deleted, draw:edited events it will puke on these features. Figure out what's causing an upset stomach and fix it yo

Modularize That Shit

seeing how we keep propagating the need for global variables, let's make this thing professional

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.