dwins / mapnik2geotools

Using the Scala XML API to translate from Mapnik XML to GeoTools' SLD dialect
64 stars 22 forks source link

sbt update #32

Closed strangeoptics closed 12 years ago

strangeoptics commented 12 years ago

Hi,

it is fantastic that you have wrote a converter because I cant find any good looking SLD for OSM.

But I am not so good in setting up programming environments in general.

I tried it with yours and I got problems with fetching the dependencies.

module not found: org.scala-sbt#sbt_2.9.1;0.11.2

::::::::::::::::::::::::::::::::::::::::::::::

:: UNRESOLVED DEPENDENCIES ::

::::::::::::::::::::::::::::::::::::::::::::::

:: org.scala-sbt#sbt_2.9.1;0.11.2: not found

::::::::::::::::::::::::::::::::::::::::::::::

Could you be so kind to give me a hint how I can solve the problem or the compiled jar or the resulting SLDs. Thx

dwins commented 12 years ago

Did you get SBT from here: https://github.com/harrah/xsbt/wiki/Getting-Started-Setup ?

If you really aren't able to get SBT working, https://github.com/dwins/mapnik2geotools/downloads has a fully-built JAR you can download too. It is a bit outdated but may work for you.