Coder Social home page Coder Social logo

Comments (32)

calvinmetcalf avatar calvinmetcalf commented on May 22, 2024

I think removed in favor of links to here, there isn't a huge amount of stuff (that I could find) over there and what I did was more or less the same as our README. Instead of moving anything just expanding our README would probably be good.

from proj4js.

sheppard avatar sheppard commented on May 22, 2024

I should note that DevGuide and Download already link here but could be updated.

from proj4js.

sheppard avatar sheppard commented on May 22, 2024

Yeah, not that much content actually.

from proj4js.

sheppard avatar sheppard commented on May 22, 2024

Also what about proj4js.org

from proj4js.

calvinmetcalf avatar calvinmetcalf commented on May 22, 2024

is there anything there right now?

from proj4js.

sheppard avatar sheppard commented on May 22, 2024

Seems to be offline but it was apparently active at one point

from proj4js.

calvinmetcalf avatar calvinmetcalf commented on May 22, 2024

we can build a gh-pages site and have it point there

from proj4js.

sheppard avatar sheppard commented on May 22, 2024

Looks like @crschmidt is the registrant

from proj4js.

calvinmetcalf avatar calvinmetcalf commented on May 22, 2024

I think @ahocevar will need to create a page using the automatic page generator if we want a quick easy one.

from proj4js.

calvinmetcalf avatar calvinmetcalf commented on May 22, 2024

I used the automatic page generator on my branch, it looks like this http://calvinmetcalf.github.io/proj4js/

from proj4js.

sheppard avatar sheppard commented on May 22, 2024

Looks like proj4js.org is expiring, do we still need it?

from proj4js.

sheppard avatar sheppard commented on May 22, 2024

Never mind it was just renewed.

from proj4js.

sheppard avatar sheppard commented on May 22, 2024

Does someone want to contact @crschmidt to discuss pointing proj4js.org at Github Pages?

from proj4js.

ahocevar avatar ahocevar commented on May 22, 2024

I think this is a question for @madair.

from proj4js.

madair avatar madair commented on May 22, 2024

Chris used to own that domain but has let it lapse. I don't really want to
be responsible for the domain so someone with appropriate resources should
register and maintain it.

On Tue, Nov 5, 2013 at 11:25 AM, ahocevar [email protected] wrote:

I think this is a question for @madair https://github.com/madair.


Reply to this email directly or view it on GitHubhttps://github.com//issues/58#issuecomment-27787509
.

from proj4js.

crschmidt avatar crschmidt commented on May 22, 2024

sheppard,

I'm happy to point the proj4js.org domain to wherever. Can someone tell me what IP I should point it at?

from proj4js.

sheppard avatar sheppard commented on May 22, 2024

Looks like you could point proj4js.org to 204.232.175.78 and make www.proj4js.org a CNAME for proj4js.github.io.

https://help.github.com/articles/setting-up-a-custom-domain-with-pages

Someone will need to set up the actual page. It could be gh-pages branch in this repo, or master in a dedicated repo at proj4js/proj4js.github.io. In either case the root of the branch should have a CNAME file with the domain name.

from proj4js.

crschmidt avatar crschmidt commented on May 22, 2024

Done. Looks like the TTL set up on those names right now is 6 hours, so in about 6 hours, they will start pointing somewhere usefulish. I'll leave it to others to take care of things from there :) Let me know if that doesn't seem to work.

from proj4js.

sheppard avatar sheppard commented on May 22, 2024

@calvinmetcalf your page generator site is probably fine, do you want to add a CNAME and put that up (either as gh-pages or proj4js/proj4js.github.io)?

from proj4js.

calvinmetcalf avatar calvinmetcalf commented on May 22, 2024

@ahocevar has to, I don't have the rights

from proj4js.

ahocevar avatar ahocevar commented on May 22, 2024

Ok, I can do this. @calvinmetcalf, where are the sources of your page generator pages?

from proj4js.

ahocevar avatar ahocevar commented on May 22, 2024

@calvinmetcalf I can also make you owner of the proj4js organization, if you want the responsibility that comes with the power 😄

from proj4js.

calvinmetcalf avatar calvinmetcalf commented on May 22, 2024

That might be easier I promise not to screw things up, on purpose
On Dec 10, 2013 3:53 AM, "ahocevar" [email protected] wrote:

@calvinmetcalf https://github.com/calvinmetcalf I can also make you
owner of the proj4js organization, if you want the responsibility that
comes with the power [image: 😄]


Reply to this email directly or view it on GitHubhttps://github.com//issues/58#issuecomment-30208586
.

from proj4js.

ahocevar avatar ahocevar commented on May 22, 2024

Ok, you're in @calvinmetcalf 😄

from proj4js.

calvinmetcalf avatar calvinmetcalf commented on May 22, 2024

http://proj4js.org/ should be up any time, @ahocevar I can add you to the analytics if you have a google account (or I can remove analytics if people don't want that)

from proj4js.

ahocevar avatar ahocevar commented on May 22, 2024

Nice, thanks @calvinmetcalf. Personally I'm fine with Google Analytics. If
others agree that we keep it, I'd like to be added. My gmail user name is
andreas.hocevar.

from proj4js.

calvinmetcalf avatar calvinmetcalf commented on May 22, 2024

so for the record i turned off all the possible sharing options

On Tue, Dec 10, 2013 at 8:35 AM, ahocevar [email protected] wrote:

Nice, thanks @calvinmetcalf. Personally I'm fine with Google Analytics. If
others agree that we keep it, I'd like to be added. My gmail user name is
andreas.hocevar.


Reply to this email directly or view it on GitHubhttps://github.com//issues/58#issuecomment-30227028
.

-Calvin W. Metcalf

from proj4js.

kevkang avatar kevkang commented on May 22, 2024

Hey, sorry if I'm wrong, but shouldn't the basic signature on proj4js.org website be
proj4(fromProjection, toProjection2, [coordinates])
OR
proj4(fromProjection1, toProjection2, [coordinates])
and not:
proj4(fromProjection[, toProjection2, coordinates])
?

from proj4js.

calvinmetcalf avatar calvinmetcalf commented on May 22, 2024

You can omit the from projection and it's assumed to be wgs84

On Mon, Aug 3, 2015, 1:32 PM kevkang [email protected] wrote:

Hey, sorry if I'm wrong, but shouldn't the basic signature on proj4js.org
website be
proj4(fromProjection, toProjection2, [coordinates])
OR
proj4(fromProjection1, toProjection2, [coordinates])
and not:
proj4(fromProjection[, toProjection2, coordinates])
?


Reply to this email directly or view it on GitHub
#58 (comment).

from proj4js.

kevkang avatar kevkang commented on May 22, 2024

I meant this part of the webpage detailing the basic structure of the proj4 function:
basicsignature

from proj4js.

calvinmetcalf avatar calvinmetcalf commented on May 22, 2024

yes you are correct about that

On Mon, Aug 3, 2015 at 1:40 PM kevkang [email protected] wrote:

I meant this part of the webpage detailing the basic structure of the
proj4 function:
[image: basicsignature]
https://cloud.githubusercontent.com/assets/10661762/9043668/21177bc8-39e5-11e5-9704-14bc7a604471.PNG


Reply to this email directly or view it on GitHub
#58 (comment).

from proj4js.

calvinmetcalf avatar calvinmetcalf commented on May 22, 2024

fixed

On Mon, Aug 3, 2015 at 2:02 PM Calvin Metcalf [email protected]
wrote:

yes you are correct about that

On Mon, Aug 3, 2015 at 1:40 PM kevkang [email protected] wrote:

I meant this part of the webpage detailing the basic structure of the
proj4 function:
[image: basicsignature]
https://cloud.githubusercontent.com/assets/10661762/9043668/21177bc8-39e5-11e5-9704-14bc7a604471.PNG


Reply to this email directly or view it on GitHub
#58 (comment).

from proj4js.

Related Issues (20)

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.